From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Incorrect LaTex Export Date: Fri, 27 May 2011 16:59:03 +0200 Message-ID: <87zkm8nqa0.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPyVC-0002d7-EH for emacs-orgmode@gnu.org; Fri, 27 May 2011 10:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPyVB-0002nf-Jx for emacs-orgmode@gnu.org; Fri, 27 May 2011 10:59:02 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:52198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPyVB-0002nZ-ER for emacs-orgmode@gnu.org; Fri, 27 May 2011 10:59:01 -0400 Received: by wwb39 with SMTP id 39so1659904wwb.30 for ; Fri, 27 May 2011 07:59:00 -0700 (PDT) In-Reply-To: (Jai Bharat Patel's message of "Wed, 25 May 2011 22:32:10 -0700") 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: Jai Bharat Patel Cc: emacs-orgmode@gnu.org Hello, Jai Bharat Patel writes: > The following fragment(in minimal.org) used to work correctly with > org-mode-7.3 when exporting to pdf (C-c C-e d), but not working with latest > code in the latest snapshot > > #+TITLE: > #+AUTHOR: > #+EMAIL: > #+DATE: > #+OPTIONS: toc:nil ^:nil > > #+LATEX_HEADER: \usepackage{listings,babel} > #+LATEX_HEADER: \lstset{breaklines=true, basicstyle=\ttfamily, > frame=shadowbox} > > #+BEGIN_LaTeX > \begin{lstlisting} > ---------- > Item List: > ---------- > - Item 1 > - Item 2 > - Item 3 > \end{lstlisting} > #+END_LaTeX This should now be fixed in master. Don't hesitate to report back if it isn't. Thanks for reporting this ! Regards, -- Nicolas Goaziou