Hi Tom,

> 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 item
> \end{enumerate}
>
> Following text.
>
> I don't want a blank line between \end{enumerate} and "Following text."

Is this because you don't want to start a new paragraph in LaTeX?  I
have used \noindent on the occasions when I have run into this issue.

* List
  1. First item
  2. Second item
\noindent
Following text

Not necessarily pretty, but it works, if you're just looking to prevent
indentation.  

Best,
Richard


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to