Thanks for the suggestion, Thomas.
I changed "source" to "code" and tried again. The results were exactly the
same as with "source".
Best,
Richard Stanton
On 3/19/13 10:04 AM, "Thomas S. Dye" wrote:
>Richard Stanton writes:
>
>> Using org mode version 8.0-pre (release_8.0-pre-91-g437c62), I
Richard Stanton writes:
> Using org mode version 8.0-pre (release_8.0-pre-91-g437c62), I'm having
> trouble exporting LaTeX lists (itemize, description). Here's a sample file:
>
> #+title: Sample org file
> * Section 1
> Some LaTeX source:
> #+begin_src latex :exports source
> \begin{itemize}
> \
Using org mode version 8.0-pre (release_8.0-pre-91-g437c62), I'm having
trouble exporting LaTeX lists (itemize, description). Here's a sample file:
#+title: Sample org file
* Section 1
Some LaTeX source:
#+begin_src latex :exports source
\begin{itemize}
\item Item 1
\item Item 2
\end{itemize}
#+en