From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: Should comments break paragraphs? Date: Thu, 18 Jul 2013 00:05:41 +0200 Message-ID: <87r4ewetai.fsf@med.uni-goettingen.de> References: <51E443F6.2050104@arfer.net> <87mwpnfybn.fsf@gmail.com> <51E47BC1.7010808@gmail.com> <87ip0byoqg.fsf@gmail.com> <87fvvev771.fsf@gmail.com> <87wqoqxznb.fsf@gmail.com> <87ppuitp8y.fsf@gmail.com> <87sizexuj9.fsf@gmail.com> <871u6xmjnf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzZr9-0003IB-Ri for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 18:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzZr9-0005oI-09 for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 18:05:55 -0400 Received: from plane.gmane.org ([80.91.229.3]:46059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzZr8-0005o5-PA for emacs-orgmode@gnu.org; Wed, 17 Jul 2013 18:05:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UzZr7-0001oj-4Q for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 00:05:53 +0200 Received: from vpn-2025.gwdg.de ([134.76.2.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jul 2013 00:05:53 +0200 Received: from andreas.leha by vpn-2025.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jul 2013 00:05:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric Schulte writes: [...] > > I'm happy to work to fix places where babel is breaking comments. > I guess this would be one of these cases: --8<---------------cut here---------------start------------->8--- * Test #+name: flowdiagram #+header: :exports results # #+header: :results raw #+begin_src latex Hello World #+end_src #+results: flowdiagram Hello World --8<---------------cut here---------------end--------------->8--- [...] Regards, Andreas