Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: info-gnus-english@gnu.org
Subject: Org src-blocks not shown correctly
Date: Thu, 21 Aug 2014 13:31:07 +0200	[thread overview]
Message-ID: <87r40a9j0k.fsf@gmail.com> (raw)


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	other threads:[~2014-08-21 11:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r40a9j0k.fsf@gmail.com \
    --to=tjolitz@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).