Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Andreas Leha
Nick Dokos writes: > Andreas Leha wrote: > >> I do emacs -Q -l .emacs.org, set the 'org-export-latex-listings to t and > > That's the old exporter variable. The new exporter variable is > org-e-latex-listings. > > Nick blush. Thanks. For my (weak) defense: I did not see that variable in the

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Nick Dokos
Andreas Leha wrote: > I do emacs -Q -l .emacs.org, set the 'org-export-latex-listings to t and That's the old exporter variable. The new exporter variable is org-e-latex-listings. Nick

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Andreas Leha
Hi Jambunathan, > M-x customize-group RET org-export-e-latex RET > > (Hint: Search for listing) Thanks for looking into this. This variable is set to "t". Sorry, that I did not give a more complete workflow of how I do *not* get listings with the new LaTeX exporter. This now follows. Here is

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Jambunathan K
M-x customize-group RET org-export-e-latex RET (Hint: Search for listing) Andreas Leha writes: > Hi all, > > in my exported LaTeX-document all code blocks are wrapped in > #+begin_latex > \begin{verbatim} > % the code > \end{verbatim} > #+end_latex > > With the "old" LaTeX-exporter I get

[O] listings and the new LaTeX exporter

2012-05-24 Thread Andreas Leha
Hi all, in my exported LaTeX-document all code blocks are wrapped in #+begin_latex \begin{verbatim} % the code \end{verbatim} #+end_latex With the "old" LaTeX-exporter I get #+begin_latex \lstset{language=Renhanced} \begin{lstlisting} % the code \end{lstlisting} #+end_latex which i