[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [BUG] in `org-element-interpret-data'
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [BUG] in `org-element-interpret-data' |
Date: |
Thu, 07 Aug 2014 14:58:44 +0200 |
Hello,
Thorsten Jolitz <address@hidden> 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