emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-pandoc - org-mode + org-ref to docx with bibliographies
@ 2016-02-18 10:44 童俊翔
  2016-02-18 11:15 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: 童俊翔 @ 2016-02-18 10:44 UTC (permalink / raw)
  To: Org mode

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

I’m trying to export org to docx via ox-pandoc, following this guidance,  http://kitchingroup.cheme.cmu.edu/blog/category/docx/ <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 <smb://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!


[-- Attachment #2: Type: text/html, Size: 1855 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-18 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 10:44 ox-pandoc - org-mode + org-ref to docx with bibliographies 童俊翔
2016-02-18 11:15 ` Eric S Fraga
2016-02-18 12:04   ` 童俊翔

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).