Re: [O] Problems exporting LaTeX source code

2013-03-19 Thread Richard Stanton
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

Re: [O] Problems exporting LaTeX source code

2013-03-19 Thread Thomas S. Dye
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} > \

[O] Problems exporting LaTeX source code

2013-03-19 Thread Richard Stanton
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