From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: Problem with export Date: Mon, 08 Jul 2013 13:13:34 +0530 Message-ID: <87r4f9jy3d.fsf@noman.maa.corp.collab.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw68S-0004Xc-Ad for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 03:45:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uw68R-0002Yz-1E for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 03:45:24 -0400 Received: from mail-pb0-x231.google.com ([2607:f8b0:400e:c01::231]:40844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uw68Q-0002Yt-ND for emacs-orgmode@gnu.org; Mon, 08 Jul 2013 03:45:22 -0400 Received: by mail-pb0-f49.google.com with SMTP id jt11so3985391pbb.8 for ; Mon, 08 Jul 2013 00:45:21 -0700 (PDT) In-Reply-To: (Mark Elston's message of "Sun, 7 Jul 2013 12:50:40 -0700") 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: Mark Elston Cc: emacs-orgmode@gnu.org 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