From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org-capture-refile doc inconsistency, refile bug [8.3.1 (8.3.1-129-ga7c8d2-elpaplus @ /home/jeeger/.emacs.d/elpa/org-plus-contrib-20150921/)] Date: Sat, 26 Sep 2015 00:18:30 +0200 Message-ID: <8737y2cfd5.fsf@nicolasgoaziou.fr> References: <87io71qrbt.wl-jan.seeger@thenybble.de> <87twqjk06p.fsf@nicolasgoaziou.fr> <5F2C244C-C240-4956-9479-7D3301709B47@thenybble.de> <871tdmene3.fsf@nicolasgoaziou.fr> <871tdmmyqy.wl-jan.seeger@thenybble.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfbIR-0007UR-RO for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 18:16:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfbIQ-0006hJ-W4 for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 18:16:51 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:59961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfbIQ-0006hF-Q2 for emacs-orgmode@gnu.org; Fri, 25 Sep 2015 18:16:50 -0400 In-Reply-To: <871tdmmyqy.wl-jan.seeger@thenybble.de> (Jan Seeger's message of "Fri, 25 Sep 2015 15:09:41 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jan Seeger Cc: emacs-orgmode@gnu.org Hello, Jan Seeger 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