Re: [O] [BUG] in `org-element-interpret-data'

2014-08-07 Thread Nicolas Goaziou
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

[O] [BUG] in `org-element-interpret-data'

2014-08-07 Thread Thorsten Jolitz
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,