From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?56ul5L+K57+U?= Subject: bibliography in exporting docx using ox-pandoc+org-ref Date: Tue, 23 Feb 2016 13:33:19 +0800 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY5bF-0000op-1t for emacs-orgmode@gnu.org; Tue, 23 Feb 2016 00:33:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aY5bA-0004Hn-Vq for emacs-orgmode@gnu.org; Tue, 23 Feb 2016 00:33:28 -0500 Received: from mail-pf0-x22c.google.com ([2607:f8b0:400e:c00::22c]:34075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aY5bA-0004Ha-ND for emacs-orgmode@gnu.org; Tue, 23 Feb 2016 00:33:24 -0500 Received: by mail-pf0-x22c.google.com with SMTP id x65so105798801pfb.1 for ; Mon, 22 Feb 2016 21:33:24 -0800 (PST) Received: from [127.0.0.1] ([107.170.207.182]) by smtp.gmail.com with ESMTPSA id y27sm40612684pfi.82.2016.02.22.21.33.21 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Feb 2016 21:33:23 -0800 (PST) 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: Org mode I=E2=80=99m trying to use ox-pandoc to export files from org, I=E2=80=99ve= installed pandoc and pandoc-citeproc and copied nature.csl to the = working directory, and added the following scripts in the head of the = org file #+pandoc_options: csl:nature.csl But when I save the org file, the feedback is=20 Error: (cl-assertion-failed (stringp file1)) I can export to docx file, but the bibliography style is not correct What=E2=80=99s the problem? Thank you for your help! Junxiang=