Re: [O] target file of capture template does not save

2018-08-02 Thread tom
You guys are so skillful and awesome you helped me without saying a word! After looking around at https://emacs.stackexchange.com/questions/477/how-do-i-automatically-save-org-mode-buffers I just added a third hook, (add-hook 'org-capture-mode-hook 'org-save-all-org-buffers) I'll mark this

Re: [O] target file of capture template does not save

2018-08-01 Thread tom
Me again. Let me try to provide a bit more info. I'm using xdotool to call "emacsclient -c -e '(org-capture)'". In my init.el, I have both (add-hook 'org-capture-mode-hook 'make-frame) and (add-hook 'org-capture-mode-hook 'delete-frame) my capture template writes to, say, "beans.org." I swoop

[O] target file of capture template does not save

2018-07-27 Thread tom
Hey guys, I have a capture template set up pretty much the way I want it, but the file it writes to does not save afterwards. It's a table line template with some prompts, :prepend, :table-line-position, and :kill-buffer. Why doesn't the file save? Is it supposed to? thanks