Hello, for some days I have been capturing one of my templates using C-c C-w (org-capture-refile). This option let's me conveniently select under which exact header (within the target file) to insert the new entry.
Leaving the target file buffer alive after inserting a new item is inconvenient in my case. So I added ':kill-buffer t' to the template configuration. But doing so resulted in that now C-c C-w does not offer me to select anything, the entry is simple inserted at the beginning of the file and the buffer is killed. My template is shown below. Is it actually possible to combine org-capture-refile with :kill-buffer? Thanks, Rodrigo ("t" "Template" entry (file "~/my/file.org") "* \n :PROPERTIES:\n :Some: \n :Properties: \n :END:" :prepend t :kill-buffer t)