Hello,

Norman Walsh <[email protected]> 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

Reply via email to