Re: [O] ox-latex doesn't export with `\newminted`.

2015-08-07 Thread Zack Piper
On Fri, Aug 07, 2015 at 03:22:32PM +0200, Rasmus wrote: > Zack Piper 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} > > > >

Re: [O] ox-latex doesn't export with `\newminted`.

2015-08-07 Thread Nicolas Goaziou
Hello, Zack Piper 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 >

Re: [O] ox-latex doesn't export with `\newminted`.

2015-08-07 Thread Rasmus
Zack Piper 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 d

[O] ox-latex doesn't export with `\newminted`.

2015-08-07 Thread Zack Piper
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. https://github.com/gpoore/mint