Hi Noorul, In preparing to answer you I did a little more digging. It turns out my update script had a bug in it so I was not going through the entire update process properly. I was pointing to a non-existent emacs (I had upgraded from 23.1 to 24.1 a few months ago) so none of the autoloads were being created. I didn't notice the problem as the mass of messages coming out of the build process (for the docs which worked) 'hid' the error message. Once I saved the log and studied it I was able to home in on the problem. Once I fixed it I was able to execute C-c C-e without problem. BTW, the version is 8.0.5 Mark On Mon, Jul 8, 2013 at 12:43 AM, Noorul Islam K M wrote: > Mark Elston writes: > > > I have just upgraded my org to the latest from git. Now I cannot do an > > export. I have completely commented out any customization in my .emacs > for > > org mode and the problem still remains. Every time I try to export (C-c > > C-e) I get: > > > > Debugger entered--Lisp error: (void-function org-export-dispatch) > > > > Any ideas what is happening? This was working with an older version of > org > > (from mid last year). > > I am using the latest version of org and I don't get this error. May be > you can post the output of (org-version) here. > > Also see that you do a clean compile. Usually this is what I do > > git pull > make clean > make > > Thanks and Regards > Noorul >