Yagnesh Raghava Yakkala <h...@yagnesh.org> wrote:

> Seems problem with texi2dvi, unable to handle spaces in the path
> ("Ubuntu One" has space).I haven't followed the discussion. I am not
> sure why you have texi2dvi in the processes list.

texi2dvi is supposed to take care of things like how many times one
has to call pdflatex, whether to call bibtex etc. It would be the best
solution for this problem, if it didn't have a couple of problems of its
own. Maybe one of these days...

Nick

> I set org-latex-to-pdf-process to the following whenever I want bibtex to
> process the exported document.
> 
> (setq org-latex-to-pdf-process
>       '("pdflatex -interaction nonstopmode %b"
>         "/usr/bin/bibtex %b"
>         "pdflatex -interaction nonstopmode %b"
>         "pdflatex -interaction nonstopmode %b"))
> 


Reply via email to