From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Abernethy Subject: citations not incoprporated from bib file when exporting from .org to pdflatex Date: Wed, 29 Jun 2016 07:08:42 +1200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_7ED851F7-4FE2-4215-B030-A39423E44E22" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHyO5-0005Ec-TI for emacs-orgmode@gnu.org; Tue, 28 Jun 2016 15:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHyO2-0006Ek-GG for emacs-orgmode@gnu.org; Tue, 28 Jun 2016 15:09:33 -0400 Received: from smtp3.clear.net.nz ([203.97.33.64]:48037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHyO1-0006EW-Ve for emacs-orgmode@gnu.org; Tue, 28 Jun 2016 15:09:30 -0400 Received: from mxin2-orange.clear.net.nz (lb1-srcnat.clear.net.nz [203.97.32.236]) by smtp3.clear.net.nz (CLEAR Net Mail) with ESMTP id <0O9H00LAOX2HCOP5@smtp3.clear.net.nz> for emacs-orgmode@gnu.org; Wed, 29 Jun 2016 07:09:27 +1200 (NZST) 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" To: emacs-orgmode@gnu.org --Apple-Mail=_7ED851F7-4FE2-4215-B030-A39423E44E22 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I am exporting a file stroke.org using the = bibliography file stroke.bib in the same directory The citations are not being incorporated into the pdf file and there is = no reference to the .bib file in the intermediate stroke.tex output An example from stroke.log: LaTeX Warning: Citation `Drummond:2014aa' on = page 2 undefined on input line 71. The header for stroke.org is: #+LATEX_CLASS: article #+BIBLIOGRAPHY: stroke vancouver option:-d My emacs is from MacPorts GNU Emacs 24.5.1 (x86_64-apple-darwin15.4.0, = NS apple-appkit-1404.46) of 2016-05-01 on teneleven-slave.macports.org = My .emacs file contains (setq org-latex-pdf-process '("latexmk -pdflatex=3D'pdflatex = -interaction nonstopmode' -pdf -bibtex -f %f")) Org-mode version 8.3.4 (8.3.4-93-g0d72c3-elpaplus (I updated it as = suggested here http://orgmode.org/elpa.html = but it made no difference) I=E2=80=99m using TexLive 2016 with fully up to date packages Here is the preamble from stroke.tex (no mention of the .bib file) % Created 2016-06-27 Mon 22:50 \documentclass[12pt]{article} \usepackage[utf8]{inputenc} .. \usepackage{wrapfig} \author{David Abernethy} \date{\today} \title{} \hypersetup{ pdfauthor=3D{David Abernethy}, pdfcreator=3D{Emacs 24.5.1 (Org mode 8.3.4)},..} \begin{document} My set up (Latex header in the .org file and .bib file with the .emacs = entry) used to work for this file but I have probably updated emacs and = org via macports since. Can anyone see what is wrong? help much appreciated David= --Apple-Mail=_7ED851F7-4FE2-4215-B030-A39423E44E22 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
I am exporting a file stroke.org using the = bibliography file stroke.bib in the same directory
The citations are not being incorporated into = the pdf file and there is no reference to the .bib file in the = intermediate stroke.tex output

An example from stroke.log: LaTeX Warning: Citation = `Drummond:2014aa' on page 2 undefined on input line 71.

The header for stroke.org is:
#+LATEX_CLASS: article
#+BIBLIOGRAPHY: stroke vancouver option:-d

My emacs is from = MacPorts  GNU Emacs 24.5.1 (x86_64-apple-darwin15.4.0, NS = apple-appkit-1404.46)
 of 2016-05-01 on teneleven-slave.macports.org

My .emacs file contains
(setq org-latex-pdf-process '("latexmk -pdflatex=3D'pdflatex = -interaction nonstopmode' -pdf -bibtex -f %f"))

Org-mode version 8.3.4 = (8.3.4-93-g0d72c3-elpaplus (I updated it as suggested here http://orgmode.org/elpa.html but it made = no difference)
I=E2=80=99m using TexLive 2016 = with fully up to date packages

Here is the preamble from stroke.tex = (no mention of the .bib file)
% Created 2016-06-27 Mon = 22:50
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
..
\usepackage{wrapfig}
\author{David Abernethy}
\date{\today}
\title{}
\hypersetup{
= pdfauthor=3D{David Abernethy},
pdfcreator=3D{Emacs 24.5.1 (Org mode 8.3.4)},..}
\begin{document}

My set up (Latex = header in the .org file and .bib file with the .emacs entry) used to = work for this file but I have probably updated emacs and org via = macports since.
Can anyone see what is wrong? =  help much appreciated

David
= --Apple-Mail=_7ED851F7-4FE2-4215-B030-A39423E44E22--