From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Bug: lists, maths and export to latex Date: Thu, 10 Jun 2010 20:41:06 +0200 Message-ID: <87aar2lohp.wl%n.goaziou@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=53116 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMmgk-0003LK-QN for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 14:41:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMmgj-00049n-Nb for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 14:41:14 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50203) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMmgj-00049J-IP for emacs-orgmode@gnu.org; Thu, 10 Jun 2010 14:41:13 -0400 Received: by wyf28 with SMTP id 28so199503wyf.0 for ; Thu, 10 Jun 2010 11:41:11 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode List Hello, With the following minimal example, the list isn't properly exported to latex (please note there is no problem with html). The culprit is obviously the equation split across two lines at the end of the first item. ----------------------------------------------------------------------- * Example 1. A line full of text and an equation at the very end of it. \(a = 3\). 2. Second item ----------------------------------------------------------------------- is exported as ----------------------------------------------------------------------- \section{Example} \label{sec-1} 1. A line full of text and an equation at the very end of it. \(a = 3\). \begin{enumerate} \item Second item \end{enumerate} ----------------------------------------------------------------------- Tested on latest git. Thanks, -- Nicolas