emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] lists and quoted latex


From: Carsten Dominik
Subject: Re: [Orgmode] lists and quoted latex
Date: Wed, 21 Jan 2009 10:27:56 +0100

Hi Joao,

this is, unfortunately, not possible currently.  List structure
is based on indentation, and the BEGIN_LaTeX statement cannot be
indented.

All you can do it make the entire list in LaTeX, like:

\begin{enumerate}
\item My first option

\item My second option
some difficult latex here

\item <--- Should be my third option, but Org-mode resets the list
  counter here...
\end{enumerate}


Hmmm, this should work, but it does not.  What should be the case
is that entire LaTeX environments should be exported totally
unchanged........  There was a bug, fixed in 6.18a.

- Carsten

On Jan 21, 2009, at 8:35 AM, Joao Pedro Pedroso wrote:

Hello,

I am a happy new user of Org-mode version 6.17trans.
When processing lists in this mode, it seems that Org-mode gets
trapped if in the list there is some quoted latex texts, as in:

1. My first option

2. My second option
#+BEGIN_LaTeX
some difficult latex here
#+END_LaTeX

1. <--- Should be my third option, but Org-mode resets the list
  counter here...

Any comments on this?
Thank you,

Pedro


_______________________________________________
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]