emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] ox-pandoc - org-mode + org-ref to docx with bibliographies


From: 童俊翔
Subject: [O] ox-pandoc - org-mode + org-ref to docx with bibliographies
Date: Thu, 18 Feb 2016 18:44:44 +0800

I’m 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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]