From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: problems with LaTex/BibTex Date: Fri, 30 Mar 2012 10:05:56 +0200 Message-ID: References: <15186.85.197.227.93.1333071675.squirrel@www.hafro.is> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDWqo-0004JJ-Cf for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 04:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDWqh-0000jz-O8 for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 04:06:25 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:42299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDWqh-0000jW-HG for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 04:06:19 -0400 Received: by obbta14 with SMTP id ta14so737115obb.0 for ; Fri, 30 Mar 2012 01:06:17 -0700 (PDT) In-Reply-To: <15186.85.197.227.93.1333071675.squirrel@www.hafro.is> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julian Burgos Cc: emacs-orgmode@gnu.org Hey Julian, On Fri, Mar 30, 2012 at 03:41, Julian Burgos wrote: > The "References.bib" is a BibTex file in the same folder as the test file= . > =C2=A0The citations were entered using RefTex with no problem. =C2=A0But = when > exporting to pdf, I get the following message in the minibuffer: > "Exporting to PDF...done, with some errors: [undefined citations]". =C2= =A0The > 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")) --=20 Suvayu Open source is the future. It sets us free.