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

* Re: ox-pandoc - org-mode + org-ref to docx with bibliographies
  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   ` 童俊翔
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2016-02-18 11:15 UTC (permalink / raw)
  To: 童俊翔; +Cc: Org mode

On Thursday, 18 Feb 2016 at 18:44, 童俊翔 wrote:

[...]

> 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!

Maybe (require 'ox)
but more likely the result of a mixed installation?  What version of org
are you using?


Thanks,
eric
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-619-gca1fb8

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

* Re: ox-pandoc - org-mode + org-ref to docx with bibliographies
  2016-02-18 11:15 ` Eric S Fraga
@ 2016-02-18 12:04   ` 童俊翔
  0 siblings, 0 replies; 3+ messages in thread
From: 童俊翔 @ 2016-02-18 12:04 UTC (permalink / raw)
  To: Eric S Fraga; +Cc: Org mode

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

My emacs version is 
GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-11 on builder10-9.porkrind.org <http://builder10-9.porkrind.org/>

I’m using elpa, and org-mode is updated to the latest version

Org-mode version 8.2.10 (release_8.2.10 @ /Users/mac/.emacs.d/elpa/org-20160215/)


I’ve tried to add require ‘ox, and it’s not the case. Maybe it is caused by a mixed installation. How to solve this problem? Thank you!

Junxiang








> On 18 Feb 2016, at 19:15, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
> 
> On Thursday, 18 Feb 2016 at 18:44, 童俊翔 wrote:
> 
> [...]
> 
>> 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!
> 
> Maybe (require 'ox)
> but more likely the result of a mixed installation?  What version of org
> are you using?
> 
> 
> Thanks,
> eric
> -- 
> : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-619-gca1fb8


[-- Attachment #2: Type: text/html, Size: 2129 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).