Re: [O] Org-mode latex-export minted problem

2011-11-16 Thread Niels Giesen
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

[O] Org-mode latex-export minted problem

2011-11-16 Thread Piotr Kaźmierczak
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 #