emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Terminating a plain list


From: Matthew Lundin
Subject: [Orgmode] Terminating a plain list
Date: Thu, 16 Apr 2009 14:56:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]