From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84798 Path: news.gmane.org!not-for-mail From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Newsgroups: gmane.emacs.gnus.general Subject: Re: Org src-blocks not shown correctly Date: Thu, 21 Aug 2014 09:59:48 -0400 Message-ID: <87vbpmaqp7.fsf@yale.edu> References: <87r40a9j0k.fsf@gmail.com> <87sikq0zhc.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1408640270 24550 80.91.229.3 (21 Aug 2014 16:57:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Aug 2014 16:57:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33041@lists.math.uh.edu Thu Aug 21 18:57:43 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 1XKVgB-0001o9-Sj for ding-account@gmane.org; Thu, 21 Aug 2014 18:57:40 +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 1XKVfO-00045D-SZ; Thu, 21 Aug 2014 11:56:50 -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 1XKSzJ-0003MX-2E for ding@lists.math.uh.edu; Thu, 21 Aug 2014 09:05:13 -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 1XKSzH-0007Ze-Iy for ding@lists.math.uh.edu; Thu, 21 Aug 2014 09:05:12 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XKSzF-0001gZ-KV for ding@gnus.org; Thu, 21 Aug 2014 16:05:09 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XKSzA-0008J5-4X for ding@gnus.org; Thu, 21 Aug 2014 16:05:04 +0200 Original-Received: from nat-130-132-173-153.central.yale.edu ([130.132.173.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Aug 2014 16:05:04 +0200 Original-Received: from jorge.alfaro-murillo by nat-130-132-173-153.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Aug 2014 16:05:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nat-130-132-173-153.central.yale.edu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:8KtgG44r0idEMqk62N4Nnw0NmlY= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84798 Archived-At: Eric S Fraga writes: > 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 It has a empty line in between for me. Are you using hard-newlines? Maybe one is missing after SRC. Best, -- Jorge.