From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Keeping trailing blank lines of remember notes Date: Fri, 17 Jul 2009 08:55:56 -0400 Message-ID: <878win1nab.fsf@gollum.intra.norang.ca> References: <20090717103418.5d7a3566@crocus.easter-eggs.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRmyu-0006MY-8E for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 08:56:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRmyp-0006MJ-T2 for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 08:56:06 -0400 Received: from [199.232.76.173] (port=49388 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRmyp-0006MC-LK for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 08:56:03 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64485) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRmyp-0003yp-AO for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 08:56:03 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?Micha=C3=ABl?= Parienti Cc: emacs-orgmode@gnu.org Micha=C3=ABl Parienti writes: > Is there a way, with a configuration setup, to tell remember to keep > the trailing blank lines of a remember note? Blank lines are attached before the header line not after the note > > I like to have my entries like this, with two blank line between each > of them: > > * Item 1 > Blah Blah > > > * Item 2 > Blah Blah > In your example "Item 1" has 1 preceeding blank line included and "Item 2" has 2 blank lines included. > When I create entries with remember, even when my notes end with two or > more blank lines, I get: > > * Item 1 > Blah Blah > * Item 2 > Blah Blah > > This is too compact for me. > You can control the display of blank lines with org-cycle-separator-lines. I think it only includes a single blank line between tasks in collapsed view. -Bernt