Hello, Jan Seeger <jan.see...@thenybble.de> writes:
> I've reworked the patch to restore the original order of > org-capture-finalize and org-capture-refile, but working around the > interaction with :kill-buffer that required reversing the order in the > first place. > > org-capture-finalize requires the capture buffer to be set up > correctly, and restoring this correctly after refiling appears to > require a lot of work. Thank you. Could you provide an appropriate commit message and send it with git format-patch? You may need to add TINYCHANGE at the end of the message. > + (if kill-buffer > + (kill-buffer base)))) (when kill-buffer (kill-buffer base)) Regards, -- Nicolas Goaziou