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
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
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
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
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