Ihor Radchenko <[email protected]> wrote:
>
> 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.

Oh, I see. I was testing with version 9.7.38 where the blank line was missing.
But you are right, with the current main branch the output is correct.

Thank you and your whole team for the great work.

Andreas

Reply via email to