From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?56ul5L+K57+U?= Subject: ox-pandoc - org-mode + org-ref to docx with bibliographies Date: Thu, 18 Feb 2016 18:44:44 +0800 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_35944BDD-3CB1-4797-9474-6E58393627C1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWM4s-0001sA-W3 for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 05:44:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWM4p-0002c4-PL for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 05:44:54 -0500 Received: from mail-pf0-x22f.google.com ([2607:f8b0:400e:c00::22f]:36354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWM4p-0002bp-Hy for emacs-orgmode@gnu.org; Thu, 18 Feb 2016 05:44:51 -0500 Received: by mail-pf0-x22f.google.com with SMTP id e127so29311763pfe.3 for ; Thu, 18 Feb 2016 02:44:49 -0800 (PST) Received: from [127.0.0.1] ([107.170.207.182]) by smtp.gmail.com with ESMTPSA id yj1sm9230407pac.16.2016.02.18.02.44.47 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 18 Feb 2016 02:44:48 -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 --Apple-Mail=_35944BDD-3CB1-4797-9474-6E58393627C1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I=E2=80=99m trying to export org to docx via ox-pandoc, following this = guidance, http://kitchingroup.cheme.cmu.edu/blog/category/docx/ = my .emacs is as follows: (add-to-list 'exec-path "/usr/local/bin") (require 'ox-pandoc) (setq helm-bibtex-format-citation-functions '((org-mode . (lambda (x) (insert (concat "\\cite {" (mapconcat 'identity x ",") "}")) "")))) and when I perform C-c C-e p x, the error showed as:=20 org-org-link: Symbol's function definition is void: = org-export-custom-protocol-maybe How to solve this problem? Thank you for your help! --Apple-Mail=_35944BDD-3CB1-4797-9474-6E58393627C1 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
I=E2=80=99m trying to export org to docx via = ox-pandoc, following this guidance,  http://kitchingroup.cheme.cmu.edu/blog/category/docx/
=


my = .emacs is as follows:


(add-to-list 'exec-path "/usr/local/bin")

(require 'ox-pandoc)


(setq = helm-bibtex-format-citation-functions

  =     '((org-mode . (lambda (x) (insert (concat

              =                     =        "\\cite{"

      =                     =                (mapconcat = 'identity x ",")

        =                     =              "}")) ""))))


and when I perform C-c = C-e p x, the error showed as: 

org-org-link: Symbol's function = definition is void: org-export-custom-protocol-maybe

How to solve this = problem? Thank you for your help!

= --Apple-Mail=_35944BDD-3CB1-4797-9474-6E58393627C1--