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
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