From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [BUG] inline source breaks paragraphs Date: Sun, 08 Dec 2013 23:23:32 +0100 Message-ID: <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]:37934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpmlT-0004Zq-Py for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 17:23:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpmlM-0002k6-Gb for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 17:23:51 -0500 Received: from plane.gmane.org ([80.91.229.3]:42754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpmlM-0002k0-8w for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 17:23:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VpmlK-0002Tx-TX for emacs-orgmode@gnu.org; Sun, 08 Dec 2013 23:23:42 +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:23:42 +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:23:42 +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, inline source -- when on its own line -- breaks the paragraph, which is unexpected. Here is a test file: --8<---------------cut here---------------start------------->8--- * Test This is a broken src_R[:exports results :results raw]{10} paragraph. --8<---------------cut here---------------end--------------->8--- 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