From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Re: Making an org file more readable Date: Mon, 24 Aug 2009 11:11:08 +0000 (UTC) Message-ID: References: <8858.1251092810@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfXSg-0008DU-Jo for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 07:11:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfXSb-0008BF-MA for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 07:11:41 -0400 Received: from [199.232.76.173] (port=53176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfXSb-0008B7-Fj for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 07:11:37 -0400 Received: from lo.gmane.org ([80.91.229.12]:47470) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfXSa-0007dm-Qm for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 07:11:37 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MfXSU-000875-JL for emacs-orgmode@gnu.org; Mon, 24 Aug 2009 13:11:30 +0200 Received: from dsl51B61217.pool.t-online.hu ([81.182.18.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2009 13:11:30 +0200 Received: from spamfilteraccount by dsl51B61217.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2009 13:11:30 +0200 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: emacs-orgmode@gnu.org Nick Dokos hp.com> writes: > > You *can* get an empty line between two headers by having two empty lines at > the end of the first section: the first empty line is considered part of > the section and is folded with it, but the second one remains. E.g. One more thing for those who don't know this: I took a look at the relevant part of outline.el and turns out one empty line is enough if outline-blank-line is set to t. It's almost perfect. It would be perfect if outline would leave alone all empty lines after the content, so if I have e.g. two empty lines there then it would fold non-empty lines only leaving both empty lines visible, so that I could use as many empty lines for separation as I want.