emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org mode suggestion: offer option to not save the buffer after captu


From: Pengju Xu
Subject: [O] org mode suggestion: offer option to not save the buffer after capture
Date: Thu, 18 Jul 2013 09:53:07 -0700

after org mode capture and hitting "C-c C-c" 
capture will try to save the buffer 
in my case, that's not always desired, since it's a network share file and it might not be available away from home
but I do have the buffer open, and that buffer does seem updated
      other than not saved, it seems fine, I can simply kill the "Capture-xxx" buffer
      and the captured text shows up in the target buffer 
 


Here is my setup:
(setq org-capture-templates
      '(("p" "ptodo" entry (file (expand-file-name "dmz/ptodo.org" pjx-personal-folder))
         "* TODO [#1] %?\n%U\n  %i\n  %a" :prepend t))) 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]