Hi list, since a few weeks I noticed that when I send Org src-blocks in a post via gnus, the empty lines between them are lost when I open up my own post in gnus later (while C-u g shows that the raw message does have them).
I see ,---- | #+BEGIN_SRC emacs-lisp | (+ 3 3) | #+END_SRC | #+BEGIN_SRC emacs-lisp | (- 2 2) | #+END_SRC `---- instead of what I sent: ,---- | #+BEGIN_SRC emacs-lisp | (+ 3 3) | #+END_SRC | | #+BEGIN_SRC emacs-lisp | (- 2 2) | #+END_SRC `---- I'm not the only having this problem, see this thread on the org-mode mailing list: ,---- | http://article.gmane.org/gmane.emacs.orgmode/89999 `---- -- cheers, Thorsten _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
