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 in with the mouse, choose the template, finish, and the capture frame goes away. perfect. I don't open or ever see
beans.org. But when I do visit the file, it is sitting there unsaved. How can I have it automatically save for me? Modify the org-capture-mode hook? If that's the case, may I have some help with the modification? Or am I missing something else?
Thanks.