Hi Carsten, I am currently using the following notation to terminate a plain list for exporting: --8<---------------cut here---------------start------------->8--- - Item One
- Item Two - Item Three - _____ | Table | Example | |-------+---------| | 1 | 2 | --8<---------------cut here---------------end--------------->8--- This exports properly in html, but in Latex I get the following output: ,---- | \begin{itemize} | \item Item One | \item Item Two | \item Item Three | \item \underline{___} % <---- note this line | \end{itemize} | | \begin{center} | \begin{tabular}{rr} | Table & Example \\ | \hline | 1 & 2 \\ | \end{tabular} | \end{center} `---- It looks as if the latex exporter is interpreting the notation for terminating plainlists as underline markup. Thanks, Matt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode