From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84799 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.gnus.general Subject: Re: Org src-blocks not shown correctly Date: Thu, 21 Aug 2014 20:20:40 +0200 Message-ID: <8738cpwvpj.fsf@gmail.com> References: <87r40a9j0k.fsf@gmail.com> <87sikq0zhc.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408645313 24704 80.91.229.3 (21 Aug 2014 18:21:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2014 18:21:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33042@lists.math.uh.edu Thu Aug 21 20:21:46 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XKWzU-0000rH-UI for ding-account@gmane.org; Thu, 21 Aug 2014 20:21:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XKWz0-0004Sq-AV; Thu, 21 Aug 2014 13:21:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XKWyw-0004SZ-Sy for ding@lists.math.uh.edu; Thu, 21 Aug 2014 13:21:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XKWym-0000Sb-0T for ding@lists.math.uh.edu; Thu, 21 Aug 2014 13:21:06 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XKWyk-0007C7-2G for ding@gnus.org; Thu, 21 Aug 2014 20:20:54 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XKWyj-0000Mn-Q6 for ding@gnus.org; Thu, 21 Aug 2014 20:20:53 +0200 Original-Received: from e178191169.adsl.alicedsl.de ([85.178.191.169]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Aug 2014 20:20:53 +0200 Original-Received: from tjolitz by e178191169.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Aug 2014 20:20:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178191169.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:IMJbGyYztjKA1OJEkpmd7pDPnVg= X-Spam-Score: -2.7 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84799 Archived-At: Eric S Fraga writes: > On Thursday, 21 Aug 2014 at 13:31, Thorsten Jolitz wrote: >> 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). > > What does the following look like when you receive it from somebody > else? > > #+BEGIN_SRC emacs-lisp > (+ 3 3) > #+END_SRC > #+BEGIN_SRC emacs-lisp > (- 2 2) > #+END_SRC > > This is a much a question as a test so that I can see what happens in my > case. I see it like this, without the empty lines, and following up keeps that state. But C-u g shows the empty lines between the blocks, and following up from that raw message does quote it correctly too (with empty lines). -- cheers, Thorsten