Re: [O] async export not working for me

2014-09-18 Thread Rasmus
Hi Julien, Julien Cubizolles writes: > I could get it to work at last, thank you a lot. I noticed something > though: when I run org-latex-export-to-pdf async on a very simple test > org file, the *Org Export Stack* buffer displays > > latex0:07 /home/wilk/tmp/test.pdf > > and the

Re: [O] async export not working for me

2014-09-17 Thread Julien Cubizolles
Julien Cubizolles writes: > Rasmus writes: > >> Hi Julien, > >> Probably you are somehow not loading settings "correctly". In your >> normal init file you need to set `org-export-async-init-file'. I could get it to work at last, thank you a lot. I noticed something though: when I run org-latex

Re: [O] async export not working for me

2014-09-17 Thread Julien Cubizolles
Rasmus writes: > Hi Julien, > Probably you are somehow not loading settings "correctly". In your > normal init file you need to set `org-export-async-init-file'. I completely missed this part... I feel stupid now. Maybe org should complain when this variable is not set and someone like me trie

Re: [O] async export not working for me

2014-09-17 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have > missed something obvious cause I could never get async export working. [...] > What could possibly go wrong ? No idea. You may want to set `org-export-async-debug' to a non-nil value

Re: [O] async export not working for me

2014-09-17 Thread Rasmus
Hi Julien, Julien Cubizolles writes: > I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have > missed something obvious cause I could never get async export working. > > Here is what I do: > emacs -Q > (require 'package) > (package-initialize) ;; since org is installed by pack

[O] async export not working for me

2014-09-17 Thread Julien Cubizolles
I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have missed something obvious cause I could never get async export working. Here is what I do: --8<---cut here---start->8--- emacs -Q (require 'package) (package-initialize) ;; since org is inst