[O] Export issues

2013-12-02 Thread Sam Flint
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 @@

Re: [O] Export issues

2013-12-02 Thread Jambunathan K
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 swfl...@flintfam.org writes: When I go to export a document to