Thorsten Jolitz <tjol...@gmail.com> writes: > Maybe they switched to the new parser between versions, that parses a > src-block with :post-blank's, but does not take them into account when > interpreting?
I tried an experiment : (defun org-mode (&rest _) t) and refresh. The newlines didn't come back (but fontification obviously disappeared). So I guess it isn't org-mode's fault. I would like to blame (mm-uu-dissect) but I didn't look into it. I'll take the opportunity to test if it'll also eat multiple blank lines (I think it will) : #+BEGIN_QUOTE hallo world #+END_QUOTE #+BEGIN_COMMENT hallo world #+END_COMMENT #+BEGIN_EXAMPLE hallo world #+END_EXAMPLE #+BEGIN_SRC emacs-lisp hallo world #+END_SRC (There should be 1, then 2, then 3 blanks lines between the successives blocks above.) -- Nico.