all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* capture template property :kill-buffer does not let me refile
@ 2013-10-25 22:54 Rodrigo Amestica
  2013-10-27 16:39 ` Rodrigo Amestica
  0 siblings, 1 reply; 6+ messages in thread
From: Rodrigo Amestica @ 2013-10-25 22:54 UTC (permalink / raw)
  To: emacs-orgmode

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)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-06 15:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25 22:54 capture template property :kill-buffer does not let me refile Rodrigo Amestica
2013-10-27 16:39 ` Rodrigo Amestica
2013-10-28  1:48   ` Rodrigo Amestica
2013-11-06 13:42     ` Bastien
2013-11-06 15:17       ` Rodrigo Amestica
2013-11-06 15:27         ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.