Zack Piper <z...@apertron.net> writes:

> Apparently ox-latex doesn't add `\newminted` to languages that I wish
> to use.
>
> This is required to use:
>
>     \begin{common-lispcode}
>     (format t "test")
>     \end{common-lispcode}
>
> That being the `${LANG}code` environment, which Org-mode uses for my
> entire document.

What is the org code you use to produce this?

>From a clean Emacs, I get

     #+BEGIN_SRC emacs-lisp
     x
     #+END_SRC

Translated to

     \begin{minted}[]{common-lisp}
     x
     \end{minted}

When (setq org-latex-listings 'minted).

Rasmus

-- 
It was you, Jezebel, it was you


Reply via email to