help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: org-export-latex-verbatim-wrap error


From: Rasmus
Subject: Re: org-export-latex-verbatim-wrap error
Date: Wed, 18 Nov 2015 17:51:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Hi,

Dushyant Juneja <juneja.dushyant@gmail.com> writes:

> #+begin_src emacs-lisp :results silent
>   (setq org-export-latex-verbatim-wrap
>         '("{\\scriptsize\n\\begin{verbatim}\n" . "\\end{verbatim}\n}\n"))
> #+end_src

This variable doesn't exist since the switch to the ox export engine.

For LaTeX exports, you can format src blocks using verbatim, minted or the
listings package.  See the docstring of org-latex-listings.

For specific languages you can specify custom export environments.  See
the docstring of org-latex-custom-lang-environments.

Hope it helps,
Rasmus

-- 
The right to be left alone is a human right




reply via email to

[Prev in Thread] Current Thread [Next in Thread]