emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export issues
@ 2013-12-02 16:20 Sam Flint
  2013-12-02 16:24 ` Jambunathan K
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Flint @ 2013-12-02 16:20 UTC (permalink / raw)
  To: Org-Mode

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
-- 
Sam Flint
swflint@flintfam.org
freenode: swflint
(402) 517-8468
http://flintfam.org/~swflint
BAFBF3FF

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

* Re: Export issues
  2013-12-02 16:20 Export issues Sam Flint
@ 2013-12-02 16:24 ` Jambunathan K
  0 siblings, 0 replies; 2+ messages in thread
From: Jambunathan K @ 2013-12-02 16:24 UTC (permalink / raw)
  Cc: Org-Mode


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 <swflint@flintfam.org> 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

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

end of thread, other threads:[~2013-12-02 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-02 16:20 Export issues Sam Flint
2013-12-02 16:24 ` Jambunathan K

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).