[O] LaTeX export with listings: unknown language "calc"

2016-02-13 Thread Axel Kielhorn
Hello! I use some calc in my org document: #+begin_SRC calc :var x=5 :var y=2 :exports both 2 + a * x ** y #+end_SRC When I export this to LaTeX the listings package complains about an unknown language calc. To fix this I simply define a language: #+LATEX_HEADER: \usepackage{listings}

Re: [O] LaTeX export with listings: unknown language "calc"

2016-02-13 Thread Eric S Fraga
On Saturday, 13 Feb 2016 at 16:35, Axel Kielhorn wrote: > Hello! > > I use some calc in my org document: > > #+begin_SRC calc :var x=5 :var y=2 :exports both > 2 + a * x ** y > #+end_SRC > > When I export this to LaTeX the listings package complains about an > unknown language calc. > > To fix