From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Separate first headings by empty line Date: Wed, 05 May 2010 11:25:57 +0200 Message-ID: <87mxwed7iy.fsf@gmx.de> 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 1O9aru-0004xh-2n for emacs-orgmode@gnu.org; Wed, 05 May 2010 05:26:14 -0400 Received: from [140.186.70.92] (port=60183 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9arl-0004wz-SR for emacs-orgmode@gnu.org; Wed, 05 May 2010 05:26:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9ark-0005bm-OR for emacs-orgmode@gnu.org; Wed, 05 May 2010 05:26:05 -0400 Received: from mail.gmx.net ([213.165.64.20]:41920) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O9ark-0005bc-CU for emacs-orgmode@gnu.org; Wed, 05 May 2010 05:26:04 -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? Yes. M-x customize-variable RET org-cycle-separator-lines HTH Sebastian