Hello,

Given this example
{{{
#+Title: Test

* Section

This paragraph isn't broken by this
\[
  c^2 = a^2 + b^2
\]
#
equation

This paragraph is broken by this
 : e = m c^2
literal example
}}}

the result is (well, the interesting part of it)
{{{
\section{Section}
\label{sec-1}


This paragraph isn't broken by this
\[
  c^2 = a^2 + b^2
\]
equation

This paragraph is broken by this
\begin{verbatim}
  e = m c^2
\end{verbatim}

literal example

\end{document}
}}}

I get this result with my own configurationand with -q running
trunk emacs (org via elpa, 20110810) and with eamcs-23.3a (org
6.33, I think).

I see that this keeps coming up at the mailing list.  Any hints
where to delete the "/n" in the org-latex.el?

Reply via email to