all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 童俊翔 <tongjunxiang@gmail.com>
To: Org mode <emacs-orgmode@gnu.org>
Subject: ox-pandoc - org-mode + org-ref to docx with bibliographies
Date: Thu, 18 Feb 2016 18:44:44 +0800	[thread overview]
Message-ID: <B21B9A13-EE3B-447E-97D2-E5229D2A5684@gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2016-02-18 10:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 10:44 童俊翔 [this message]
2016-02-18 11:15 ` ox-pandoc - org-mode + org-ref to docx with bibliographies Eric S Fraga
2016-02-18 12:04   ` 童俊翔

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B21B9A13-EE3B-447E-97D2-E5229D2A5684@gmail.com \
    --to=tongjunxiang@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.