From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [BUG] inline source breaks paragraphs Date: Sun, 08 Dec 2013 23:25:49 +0100 Message-ID: <87iouz7zf6.fsf@med.uni-goettingen.de> References: <87mwkb7ziz.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vpmra-0006Dm-V6 for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 17:30:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpmrV-0004Bh-00 for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 17:30:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:48571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpmrU-0004Az-Ql for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 17:30:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VpmrS-0005Pt-W5 for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 23:30:03 +0100 Received: from vpn-2033.gwdg.de ([134.76.2.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Dec 2013 23:30:02 +0100 Received: from andreas.leha by vpn-2033.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Dec 2013 23:30:02 +0100 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 Hi all, I sent too quickly... Andreas Leha writes: > Hi all, > > inline source -- when on its own line -- breaks the paragraph, which is ^^^^^^^^^^^^^^^^^^^^^^^^ delete that......... > unexpected. > > Here is a test file: > > * Test > > This is a broken > src_R[:exports results :results raw]{10} > paragraph. > > > Here is (the relevant part of) the output of the LaTeX export: > > ,---- > | \section{Test} > | \label{sec-1} > | > | This is a broken > | 10 > | > | paragraph. > `---- > > > Some info: > GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-09-27 on trouble, modified by Debian > Org-mode version 8.2.4 (release_8.2.4-332-g7059d3 @ /home/andreas/local/emacs/org-mode-install/lisp/) > > > Regards, > Andreas