info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Org src-blocks not shown correctly


From: Thorsten Jolitz
Subject: Org src-blocks not shown correctly
Date: Thu, 21 Aug 2014 13:31:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]