suvayu ali <fatkasuvayu+li...@gmail.com> writes:

> Hi everyone,
>
> I am trying to use bibtex with pdf export for my thesis. So I tried
> customising =org-latex-to-pdf-process= so that bibtex is run before
> pdflatex. So from the customise buffer I set it to something like
> this:

I have 

#+begin_src emacs-lisp
(setq org-latex-to-pdf-process 
  '("pdflatex %f" "bibtex %b" "pdflatex %f" "pdflatex %f"))
#+end_src

which seems to work just fine for me.  You may wish (for security) to
add the fully qualified paths for these executables, of course.
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.532.g7b21.dirty)

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to