From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Re: org-capture does not fully clean up after C-c C-k Date: Tue, 12 Jul 2011 12:26:20 +0800 Message-ID: References: <28021D5A-92CD-4732-8462-8AD1EBA7262D@gmail.com> <87hb6sh18u.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgUYW-0000Vo-8r for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 00:26:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgUYS-0005nS-K4 for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 00:26:43 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:50623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgUYS-0005kj-0v for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 00:26:40 -0400 Received: by iwn8 with SMTP id 8so4984842iwn.0 for ; Mon, 11 Jul 2011 21:26:37 -0700 (PDT) In-Reply-To: <87hb6sh18u.fsf@gnu.org> (Bastien's message of "Tue, 12 Jul 2011 01:00:01 +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: Bastien Cc: emacs-orgmode@gnu.org On 2011-07-12 07:00 +0800, Bastien wrote: [snipped 14 lines] >> Sorry for the long delay. I can reproduce this in Emacs -q with >> >> (setq org-blank-before-new-entry '((heading))) > > Please let me know if the attached patch fixes this issue. > > Thanks, Yes, it fixes this issue. Leo