From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniele Pizzolli Subject: traling whitespace inconsistency for inline babel Date: Sat, 31 Jan 2015 12:13:29 +0100 Message-ID: <86k3035hk6.fsf@me.localhost.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHVze-0006pR-Ah for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 06:13:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHVzb-0004wq-4A for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 06:13:38 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:59348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHVza-0004wi-Tz for emacs-orgmode@gnu.org; Sat, 31 Jan 2015 06:13:35 -0500 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: "Charles C. Berry" Cc: org-mode mailing list Hello Charles, Thanks for fixing the leading whitespace issue. I found another, more impacting, inconsistency involving trailing whitespace during export in release_8.3beta-780-g37fc86: The following line in org: 1 + 4 in R is src_R[:exports results]{1+4}. Export in latex correctly as: 1 + 4 in R is 5. while the following (with the babel result): 1 + 4 in R is src_R[:exports results]{1+4} {{{results(5)}}}. export with an extra trailing whitespace in latex: 1 + 4 in R is 5 . Thanks, Daniele