* org mode suggestion: offer option to not save the buffer after capture
@ 2013-07-18 16:53 Pengju Xu
0 siblings, 0 replies; only message in thread
From: Pengju Xu @ 2013-07-18 16:53 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
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 homebut 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)))
[-- Attachment #2: Type: text/html, Size: 1092 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-18 17:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 16:53 org mode suggestion: offer option to not save the buffer after capture Pengju Xu
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).