Interactively enter headline under which to place an entry using capture
问题 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 each headline to a key in the .emacs file like I am now doing? (setq org-capture-templates '( ("l" "Log" entry (file+headline "c:/Org/log.org" "Log") "\n\n** %?\n<%<%Y-%m-%d %a %T>>" :empty-lines 1)) 回答1: I don't believe you can have it prompt for the headline on capture. You can however refile from within the capture window