Andreas Matthias <[email protected]> writes:

> In the following snippet `str-1' and `str-2' differ. In detail, the
> blank line in
> `str-1' is missing in `str-2'. I suppose this is due to the :post-blank 
> property
> of the paragraph node. This seems like a bug to me.
>
> (let* ((str-1 "* aaa\nxxx\n\n* bbb")
>        (str-2 (with-temp-buffer
>         (insert str-1)
>         (org-element-interpret-data (org-element-parse-buffer)))))
>   (message "%s\n-----\n%s" str-1 str-2)
>   t)

Can you please try on the main branch? I do see the blank line after xxx
in both str-1 and str-2.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to