emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Export issues


From: Jambunathan K
Subject: Re: [O] Export issues
Date: Mon, 02 Dec 2013 21:54:28 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

M-x locate-library org-loaddefs
M-x locate-library ox

M-x org-version

M-x list-load-path-shadows (and check for org.el and ox.el) and output.

All those commands will tell you that something is wrong in your setup.  


Sam Flint <address@hidden> writes:

> When I go to export a document to pdf, using C-c C-e, I get an error:
>   Symbol's function definition is void: org-export-dispatch
> This diff should fix it:
>   diff --git a/lisp/org.el b/lisp/org.el
>   index c0c51c4..888478a 100644
>   --- a/lisp/org.el
>   +++ b/lisp/org.el
>   @@ -19231,7 +19231,7 @@ boundaries."
>    (org-defkey org-mode-map "\C-c\C-a" 'org-attach)
>    (org-defkey org-mode-map "\C-c}"    'org-table-toggle-coordinate-overlays)
>    (org-defkey org-mode-map "\C-c{"    'org-table-toggle-formula-debugger)
>   -(org-defkey org-mode-map "\C-c\C-e" 'org-export-dispatch)
>   +(org-defkey org-mode-map "\C-c\C-e" 'org-export)
>    (org-defkey org-mode-map "\C-c:"    'org-toggle-fixed-width-section)
>    (org-defkey org-mode-map "\C-c\C-x\C-f" 'org-emphasize)
>    (org-defkey org-mode-map "\C-c\C-xf"    'org-footnote-action)
>
> Thanks




reply via email to

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