From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Error in org-element-parse-buffer? Date: Tue, 19 Feb 2019 16:43:48 +0100 Message-ID: <87o977pyvf.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw7Yw-0003wJ-NA for emacs-orgmode@gnu.org; Tue, 19 Feb 2019 10:44:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw7Yv-0001CU-So for emacs-orgmode@gnu.org; Tue, 19 Feb 2019 10:44:02 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:32965) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gw7Yv-00019q-L6 for emacs-orgmode@gnu.org; Tue, 19 Feb 2019 10:44:01 -0500 In-Reply-To: (Norman Walsh's message of "Tue, 19 Feb 2019 08:10:27 -0600") 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: Norman Walsh Cc: emacs-orgmode@gnu.org Hello, Norman Walsh writes: > Consider this org-mode file: > > This is a *bold* word. > > What org-element-parse-buffer returns is: > > (org-data nil (section (:begin 1 :end 24 :contents-begin 1 :contents-end 24 > :post-blank 0 :post-affiliated 1 :parent #0) (paragraph (:begin 1 :end 24 > :contents-begin 1 :contents-end 24 :post-blank 0 :post-affiliated 1 :parent #1) > #("This is a " 0 10 (:parent #2)) > (bold (:begin 11 :end 18 :contents-begin 12 :contents-end 16 > :post-blank 1 :parent #2) #("bold" 0 4 (:parent #3))) ^^^^^^^^^^^^^ it is here. Regards, -- Nicolas Goaziou