Piotr Kaźmierczak writes:
> Hi,
>
> I'm having a hard time configuring org-mode LaTeX export to work with minted
> package for code listings. I put
>
> #+LaTeX_HEADER: \usepackage{minted}
> #+LaTeX_HEADER: \usemintedstyle{emacs}
>
> in the header of my org mode file, and then
>
> #+BEGIN_SRC
Hi,
I'm having a hard time configuring org-mode LaTeX export to work with minted
package for code listings. I put
#+LaTeX_HEADER: \usepackage{minted}
#+LaTeX_HEADER: \usemintedstyle{emacs}
in the header of my org mode file, and then
#+BEGIN_SRC haskell :exports code
some haskell code here
#