all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* lists and quoted latex
@ 2009-01-21  7:35 Joao Pedro Pedroso
  2009-01-21  9:27 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Joao Pedro Pedroso @ 2009-01-21  7:35 UTC (permalink / raw
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: lists and quoted latex
  2009-01-21  7:35 lists and quoted latex Joao Pedro Pedroso
@ 2009-01-21  9:27 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-01-21  9:27 UTC (permalink / raw
  To: Joao Pedro Pedroso; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-21  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21  7:35 lists and quoted latex Joao Pedro Pedroso
2009-01-21  9:27 ` Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.