emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Terminating a plain list


From: Carsten Dominik
Subject: Re: [Orgmode] Terminating a plain list
Date: Thu, 16 Apr 2009 22:27:56 +0200

Hi Matt,

yes, this is not yet implemented, and in fact, this is still only an experimental feature, it may go away entirely.

- Carsten

On Apr 16, 2009, at 9:56 PM, Matthew Lundin wrote:

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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