From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-capture does not fully clean up after C-c C-k Date: Thu, 16 Jun 2011 09:51:25 +0200 Message-ID: <28021D5A-92CD-4732-8462-8AD1EBA7262D@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX7t3-0003Ur-Ss for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 04:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QX7sy-0007TQ-V1 for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 04:25:13 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:57718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX7sy-0007Sr-H7 for emacs-orgmode@gnu.org; Thu, 16 Jun 2011 04:25:08 -0400 Received: by ewy9 with SMTP id 9so527473ewy.0 for ; Thu, 16 Jun 2011 01:25:07 -0700 (PDT) In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org On 4.5.2011, at 14:30, Leo wrote: > Hello, > > I have one template as follows > > ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t) > > Every time I `C-c C-k' to abort the capture, a blank line is inserted at > the front of file Notes.org. Hi Leo, I am unable to reproduce this. I do get an empty line the first time, but when the empty line is already there, then there is no problem. Do you find the insertion of this one empty line a problem? - Carsten > > orgmode 2011-04-29 from git on Emacs 23.3.50. > > With best wishes, > Leo > >