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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to