From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Separate first headings by empty line Date: Wed, 05 May 2010 10:25:32 -0400 Message-ID: <871vdqxw6b.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9fXp-00018D-W3 for emacs-orgmode@gnu.org; Wed, 05 May 2010 10:25:50 -0400 Received: from [140.186.70.92] (port=49460 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9fXn-000157-Tw for emacs-orgmode@gnu.org; Wed, 05 May 2010 10:25:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9fXm-0005UB-AY for emacs-orgmode@gnu.org; Wed, 05 May 2010 10:25:47 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:64328) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9fXm-0005So-7Z for emacs-orgmode@gnu.org; Wed, 05 May 2010 10:25:46 -0400 In-Reply-To: (Simao M.'s message of "Tue\, 4 May 2010 20\:44\:54 +0100") 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: Simao M Cc: emacs-orgmode@gnu.org Simao M writes: > Hello, > > I would like to separate all my first headings with a blank line, even > aftet collapsing and expanding all the headings, e.g.: > > * Main > ** Heading > > > * Main 2 > ** Heading > > > * Main 3 > ** Heading > > But after collapsing I get: > > * Main... > * Main 2... > * Main 3... > > And I would like to have: > * Main... > > * Main 2... > > * Main 3... > > Is there any way to do this? > > Thank you for your help. Look at the variable org-cycle-separator-lines. You can't limit it to level 1 headings though. HTH, Bernt