Re: [Orgmode] LaTeX export of lists

2010-11-29 Thread Sébastien Mengin
Hi, Forget my previous post, I didn't see this last one by Thomas. Seems sensible, indeed. Cheers, S. Le dim. 28/11/10 (08:40:58 -1000), Thomas S. Dye a écrit : > Aloha Nicolas, > On Nov 28, 2010, at 5:05 AM, Nicolas Goaziou wrote: > > >Hello, > > > >>Thomas S Dye writes: > > > >>* List >

Re: [Orgmode] LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha Nicolas, On Nov 28, 2010, at 5:05 AM, Nicolas Goaziou wrote: Hello, Thomas S Dye writes: * List 1. First item 2. Second item Following text. This is completely different from your first example. Here "Following text" is inside the list, whereas before, it was outside. This works

Re: [Orgmode] LaTeX export of lists

2010-11-28 Thread Nicolas Goaziou
Hello, > Thomas S Dye writes: > * List > 1. First item > 2. Second item Following text. This is completely different from your first example. Here "Following text" is inside the list, whereas before, it was outside. > This works for lists set in a paragraph, but won't work for lists > s

[Orgmode] LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha all, The solution to my earlier query is this: * List 1. First item 2. Second item Following text. This works for lists set in a paragraph, but won't work for lists set out by themselves. Richard's \noindent will work in these situations, but I'm wondering why the empty line is the

[Orgmode] LaTeX export of lists

2010-11-27 Thread Thomas S. Dye
Aloha all, Is there an easy way to keep text following a list with the list, i.e, without a blank line following the list, during export? * List 1. First item 2. Second item Following text. Gets exported as: \section{List} \label{sec-1} \begin{enumerate} \item First item \item Second i