From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Blank lines after headline and before :PROPERTIES: etc Date: Thu, 10 Nov 2016 00:28:31 +0100 Message-ID: <87mvh8i674.fsf@nicolasgoaziou.fr> References: <30f1904c-741e-fd88-49f7-47285aeff9b6@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4cID-00031g-TS for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 18:28:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4cIC-0000Lh-Ru for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 18:28:33 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:35223) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4cIC-0000Ka-Lt for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 18:28:32 -0500 In-Reply-To: <30f1904c-741e-fd88-49f7-47285aeff9b6@verizon.net> (Charles Millar's message of "Wed, 09 Nov 2016 07:36:37 -0500") 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" To: Charles Millar Cc: "emacs-orgmode@gnu.org" Hello, Charles Millar writes: > Is it stated anywhere in the Org manual that blank lines are not > allowed after headlines or certain other elements. Quoting (info "(org) Property syntax"), Properties are key-value pairs. When they are associated with a single entry or with a tree they need to be inserted into a special drawer (@pxref{Drawers}) with the name @code{PROPERTIES}, which has to be located right below a headline, and its planning line (@pxref{Deadlines and scheduling}) when applicable. Improvements are welcome. Also, see http://orgmode.org/worg/dev/org-syntax.html Eventually, M-x org-lint should report such issue. Actually, it doesn't, but I fixed it so it will eventually report it. Regards, -- Nicolas Goaziou