Hey Julian, On Fri, Mar 30, 2012 at 03:41, Julian Burgos <jul...@hafro.is> wrote: > The "References.bib" is a BibTex file in the same folder as the test file. > The citations were entered using RefTex with no problem. But when > exporting to pdf, I get the following message in the minibuffer: > "Exporting to PDF...done, with some errors: [undefined citations]". The > pdf produced had, of course, question marks where the citations should be.
Did you customise your org-latex-to-pdf-process to include bibtex? I use something like this: (setq org-latex-to-pdf-process '("pdflatex -interaction nonstopmode %b" "/usr/bin/bibtex %b" "pdflatex -interaction nonstopmode %b" "pdflatex -interaction nonstopmode %b")) -- Suvayu Open source is the future. It sets us free.