From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Blank lines after headline and before :PROPERTIES: etc Date: Wed, 09 Nov 2016 07:36:37 -0500 Message-ID: <30f1904c-741e-fd88-49f7-47285aeff9b6@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4S7i-0007Sv-LF for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 07:37:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4S7d-0000U3-OV for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 07:37:02 -0500 Received: from vms173021pub.verizon.net ([206.46.173.21]:36226) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4S7d-0000Tm-K5 for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 07:36:57 -0500 Received: from vz-proxy-m008.mx.aol.com ([64.236.83.1]) by vms173021.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OGD000PDKD2AR80@vms173021.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 09 Nov 2016 06:36:38 -0600 (CST) 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, I am not a programmer, coder, whatever, and realize that many of you are used to inferring certain conditions by examples given in manuals, etc. Is it stated anywhere in the Org manual that blank lines are not allowed after headlines or certain other elements. If not, could such "enlightenment" be added to the manual? As an example, * This is a headline :PROPERTIES: :EXPORT_FILE_NAME: /path/to/exported/file :END: works as expected whereas * This is a headline :PROPERTIES: :EXPORT_FILE_NAME: /path/to/exported/file :END: exports to a file with the buffer name. (The above sometimes occur when I kill and yank the properties block. Another example would be the necessity that a table immediately follow all elements that are used to format and generate a table. Charlie Millar