Wiadomość napisana przez Nick Dokos w dniu 17 sty 2012, o godz. 18:00:
> In that case, it seems like your orgmode install is hosed - have you tried
> reinstalling from scratch?
I did, but no luck. There must be something else I'm missing here, but I don't
have time to investigate now.
Thanks f
Wiadomość napisana przez Nick Dokos w dniu 10 sty 2012, o godz. 01:13:
> Have you tried exporting a simple file to latex? Perhaps something as simple
> as:
>
> ---
> * Foo
> Bar
> -
managed to get a correct tex output is that I added some more notes to
the org file.
I'm using Org 7.8.
Any ideas?
regards,
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
#