From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolai Subject: Re: org-ref no bibliography generated in pdf Date: Sat, 6 Feb 2016 18:04:13 +0000 (UTC) Message-ID: References: <87twlmoru8.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aS7Df-0004an-2n for emacs-orgmode@gnu.org; Sat, 06 Feb 2016 13:04:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aS7Da-0002tT-2g for emacs-orgmode@gnu.org; Sat, 06 Feb 2016 13:04:27 -0500 Received: from plane.gmane.org ([80.91.229.3]:42484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aS7DZ-0002sW-Sg for emacs-orgmode@gnu.org; Sat, 06 Feb 2016 13:04:22 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aS7DW-0006Or-Rv for emacs-orgmode@gnu.org; Sat, 06 Feb 2016 19:04:18 +0100 Received: from h-25-74.a328.priv.bahnhof.se ([155.4.25.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Feb 2016 19:04:18 +0100 Received: from nikolai.stenfors by h-25-74.a328.priv.bahnhof.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Feb 2016 19:04:18 +0100 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: emacs-orgmode@gnu.org Eric S Fraga ucl.ac.uk> writes: > > On Saturday, 6 Feb 2016 at 14:42, Nikolai Stenfors wrote: > > Hi, > > Org-ref appears to be an excellent reference handling tool for org-mode. I > > have followed the installation according to org-ref homepage. > > However, I have problems exporting the org-file to pdf. The generated > > intermediate latex-file appears visually OK. In the pdf, references are > > shown as [?] and no bibliography is generated. > > What is the setting of org-latex-to-pdf-process? It looks like bibtex > was not run, having looked at the LaTeX code that was generated, which > looks perfectly fine. Have you looked at the LaTeX log output when > exporting to PDF? There will be a buffer with this log. OK, pdflatex -interaction nonstopmode -output-directory %o %f pdflatex -interaction nonstopmode -output-directory %o %f pdflatex -interaction nonstopmode -output-directory %o %f tried to add "bibtex %b" or "bibtex %o %f" without luck Nikolai