From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Fischmeister Subject: Re: Force blank line above level 1 heading Date: Sun, 22 Dec 2013 09:55:40 -0500 Message-ID: <87wqixaqab.fsf@uwaterloo.ca> References: <87k3ezp3um.fsf@uwaterloo.ca> <877gax9uks.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VukS7-0004AI-C2 for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 09:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VukRz-0001wT-B3 for emacs-orgmode@gnu.org; Sun, 22 Dec 2013 09:56:23 -0500 In-Reply-To: <877gax9uks.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org >> Is there a way to always force a blank line above a level 1 >> heading. When I enter them manually, orgmode somethings things it >> belongs to the level 2 (or so) item above it and hides it. > > Check `org-blank-before-new-entry'. Yes, but this inserts a blank line before every entry. I would like to have a blank line only before level 1 headings. Sebastian