Hello,

Thorsten Jolitz <tjol...@gmail.com> 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 final newline to the source
code. As a consequence `org-element-src-block-interpreter' expects it.

Anyway, it doesn't hurt to tolerate missing final newlines. I added the
feature. Thank you for suggesting it.


Regards,

-- 
Nicolas Goaziou

Reply via email to