Hello,
Thorsten Jolitz writes:
> when interpreting Org elements (type src-block) I frequently encounter
> the case that the '#+end_src' delimter is not placed on a newline but
> rather attached to the src-block's value without a linefeed in
> between.
`org-element-src-block-parser' always add a
Hi List,
when interpreting Org elements (type src-block) I frequently encounter
the case that the '#+end_src' delimter is not placed on a newline but
rather attached to the src-block's value without a linefeed in between.
I then have to append a "\n" to the src-block value to make things work,