all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* listings and the new LaTeX exporter
@ 2012-05-24 19:49 Andreas Leha
  2012-05-24 20:13 ` Jambunathan K
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Leha @ 2012-05-24 19:49 UTC (permalink / raw)
  To: emacs-orgmode

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 is also what I want.

How do I configure the new exporter to wrap code blocks in =lstlisting=
and set the listings language (to =Renhanced= in my case)?

Thanks in advance,
Andreas

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-24 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 19:49 listings and the new LaTeX exporter Andreas Leha
2012-05-24 20:13 ` Jambunathan K
2012-05-24 20:58   ` Andreas Leha
2012-05-24 21:09     ` Nick Dokos
2012-05-24 21:23       ` Andreas Leha

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.