Thank you very much, Nicolas. Yes, it is working now. Best Regards, Jai On Fri, May 27, 2011 at 7:59 AM, Nicolas Goaziou wrote: > 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 >