From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Possible bug in the LaTeX exporter [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)] Date: Fri, 12 Dec 2014 23:38:26 +0100 Message-ID: <87zjasa3z1.fsf@nicolasgoaziou.fr> References: <20141212095148.GA5134@frejya.laurentsteffan.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzYqE-0007ZR-3W for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 17:37:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzYq7-0006tC-LW for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 17:37:42 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:36971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzYq7-0006ss-E4 for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 17:37:35 -0500 In-Reply-To: <20141212095148.GA5134@frejya.laurentsteffan.com> (Laurent Steffan's message of "Fri, 12 Dec 2014 10:51:48 +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: Laurent Steffan Cc: emacs-orgmode@gnu.org Hello, Laurent Steffan writes: > The bug.org file exhibits a discrepancy, which I believe to be a bug, > between the LaTeX translation of an equation with a label on the same > line and the same with a label on the following line. Or no label at > all. In Org 8.2.10, LaTeX environment opening string is required to be alone on its line, so your first example is not a valid environment. This restriction is removed in Org 8.3. Regards, -- Nicolas Goaziou