Interactively enter headline under which to place an entry using capture

前端 未结 4 1111
被撕碎了的回忆
被撕碎了的回忆 2021-01-05 00:29

Using capture templates like the one below, I can add entries to different headlines in a file. How can I manually enter a headline during capture, instead of setting up eac

4条回答
  •  伪装坚强ぢ
    2021-01-05 00:45

    while capturing a note, after finishing writeup press C-u C-c C-w to refile under desired new headline.

    you also need to set this variable

     (setq org-refile-allow-creating-parent-nodes (quote confirm))
    

    you can set it to t instead of confirm. But I like it be confirm because I dont often refile to new targets

提交回复
热议问题