Hi Alan, Alan Schmitt <alan.schm...@polytechnique.org> writes:
[...] > The question: is there a way to: > - present only the capture buffer in the new frame (right now it's split > with the scratch buffer)? > - delete the window at the end of capture? > How about `org-capture-after-finalize-hook'? What I can get from the pcumentation string it seems to be what you are looking for. You could try something like this: (add-hook org-capture-after-finalize-hook 'delete-frame) Just tried that, and on my machine this works. > > According to some old discussion > (https://lists.gnu.org/archive/html/emacs-orgmode/2011-11/msg00482.html) > it is not possible, but things may have changed since then. > > Alan Regards, Alex