From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Problem with export Date: Mon, 8 Jul 2013 16:50:43 -0700 Message-ID: References: <87r4f9jy3d.fsf@noman.maa.corp.collab.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6d8a0e69173104e108b654 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwLCh-0007ho-Mx for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 19:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwLCe-000330-6K for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 19:50:47 -0400 Received: from mail-qe0-x234.google.com ([2607:f8b0:400d:c02::234]:44674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwLCe-000318-0o for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 19:50:44 -0400 Received: by mail-qe0-f52.google.com with SMTP id i11so2673294qej.25 for ; Mon, 08 Jul 2013 16:50:43 -0700 (PDT) In-Reply-To: <87r4f9jy3d.fsf@noman.maa.corp.collab.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noorul Islam K M Cc: emacs-orgmode@gnu.org --047d7b6d8a0e69173104e108b654 Content-Type: text/plain; charset=ISO-8859-1 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 > --047d7b6d8a0e69173104e108b654 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi Noorul,

In preparing to answer= you I did a little more digging. =A0It turns out my update script had a bu= g in it so I was not going through the entire update process properly. =A0I= was pointing to a non-existent emacs (I had upgraded from 23.1 to 24.1 a f= ew months ago) so none of the autoloads were being created. I didn't no= tice the problem as the mass of messages coming out of the build process (f= or the docs which worked) 'hid' the error message. =A0Once 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 i= s 8.0.5

Mark


On Mon, Jul 8, 2013 at 12:43 AM, Noorul = Islam K M <noorul@noorul.com> wrote:
Mark Elston <melston1777@gmail.com> writes:

> I have just upgraded my org to the latest from git. =A0Now I cannot do= an
> export. =A0I have completely commented out any customization in my .em= acs for
> org mode and the problem still remains. =A0Every time I try to export = (C-c
> C-e) I get:
>
> =A0 Debugger entered--Lisp error: (void-function org-export-dispatch)<= br> >
> Any ideas what is happening? =A0This 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 e= rror. 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

--047d7b6d8a0e69173104e108b654--