From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in orgmode parsing of results Date: Tue, 27 Dec 2016 19:09:23 +0100 Message-ID: <87mvfhfdm4.fsf@nicolasgoaziou.fr> References: <38887d7f-355f-65c4-b3f9-ab347780b9c4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLwBn-0003MB-CY for emacs-orgmode@gnu.org; Tue, 27 Dec 2016 13:09:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLwBj-0005xA-6W for emacs-orgmode@gnu.org; Tue, 27 Dec 2016 13:09:31 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:36347) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cLwBi-0005ww-WE for emacs-orgmode@gnu.org; Tue, 27 Dec 2016 13:09:27 -0500 In-Reply-To: <38887d7f-355f-65c4-b3f9-ab347780b9c4@gmail.com> (daimrod@gmail.com's message of "Tue, 27 Dec 2016 14:36:55 +0100") 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: daimrod Cc: emacs-orgmode Hello, daimrod writes: > #+RESULTS: > :RESULTS: > * Test2 > :END: > [...] > (paragraph > (:begin 98 :end 119 :contents-begin 109 :contents-end 119 :post-blank 0 > :post-affiliated 109 :results > (\"\") > :parent #2) > #(\":RESULTS:\\n\" 0 10 > (:parent #3))) > > That is, it generates a PARAGRAPH which seems incorrect. The parser is correct. A drawer cannot contain a headline. Regards, -- Nicolas Goaziou