>
> The blank line which was inserted between blocks isn't anymore for me.
>
> ECM:
>
> --8<---------------cut here---------------start------------->8---
> * Tangle these blocks
>   :PROPERTIES:
>   :tangle:   yes
>   :padline:  yes
>   :END:
>
> #+begin_src emacs-lisp :file test.csv
>   "data"
> #+end_src
>
> #+begin_src emacs-lisp :file test.csv
>   "datb"
> #+end_src
> --8<---------------cut here---------------end--------------->8---
>
> results in:
>
> --8<---------------cut here---------------start------------->8---
>   "data"
>   "datb"
> --8<---------------cut here---------------end--------------->8---
>
> Note that I tried adding ":padline" to yes, but I normally should not, as it 
> is
> the default.
>
> Best regards,
>   Seb

Hi Seb,

Thanks for this bug report, there was a problem in my previous patch in
this thread.  I've just pushed up a fix which should solve this problem.

Best,

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D

Reply via email to