LoginSignup
0
1

More than 3 years have passed since last update.

org-mksについての覚書

Posted at

org-mksはorg-captureで実装されている関数。
org-captureのテンプレートの選択時に使われている。

(org-mks nil "Title\n" "Prompt"
     '(("a" "Special a.")
       ("b" "Special b.")
       ("q" "Special abort.")))

この状態でevalするとメニューを表示したバッファが作られて、mini bufferで入力を待つ。

testing.gif

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1