From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Problems exporting LaTeX source code Date: Tue, 19 Mar 2013 16:37:27 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHzZr-0007YL-1f for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 12:39:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHzZl-0000oS-Tr for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 12:39:54 -0400 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:23330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHzZl-0000nj-P8 for emacs-orgmode@gnu.org; Tue, 19 Mar 2013 12:39:49 -0400 Content-Language: en-US Content-ID: <8E022AC5796DAD4187D6AC9DFCD909AB@campus.berkeley.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" 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} #+end_src 1) When I export this to HTML, I get a box showing "\begin{itemize}" but the rest of the box is blank. 2) When I export to LaTeX/PDF, I get something like (this is cut and pasted from the PDF file): Some LATEX source:=20 [frame=3Dlines,fontsize=3D,linenos]latex =80 Item 1=20 =80 Item 2 In other words, it looks like the LaTeX source is actually being compiled, and some internal org-mode exporter options look like they're being exported to the PDF file. Am I doing something wrong here? Thanks. Richard Stanton