From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: Blank lines after headline and before :PROPERTIES: etc Date: Tue, 15 Nov 2016 16:38:38 -0500 Message-ID: <1a6e456d-0f5b-9543-dd67-a1160ad08cab@verizon.net> References: <30f1904c-741e-fd88-49f7-47285aeff9b6@verizon.net> <87mvh8i674.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6mO0-0000CG-1W for emacs-orgmode@gnu.org; Tue, 15 Nov 2016 17:39:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6mNw-0002vT-Su for emacs-orgmode@gnu.org; Tue, 15 Nov 2016 17:39:28 -0500 Received: from vms173007pub.verizon.net ([206.46.173.7]:39692) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c6mNw-0002oJ-NY for emacs-orgmode@gnu.org; Tue, 15 Nov 2016 17:39:24 -0500 Received: from vz-proxy-l001.mx.aol.com ([64.236.82.153]) by vms173007.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OGP00EKFDGK0T30@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 15 Nov 2016 15:38:44 -0600 (CST) In-reply-to: <87mvh8i674.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org Hi, On 11/09/2016 06:28 PM, Nicolas Goaziou wrote: > 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, > Thank you.