From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: export problems Date: Fri, 03 Jun 2011 10:08:54 -0400 Message-ID: <87ei3bj9c9.fsf@ericabrahamsen.net> References: <87boyjplec.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSV3p-0006B8-0x for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 10:09:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSV3m-0003bL-5C for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 10:09:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:53843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSV3l-0003b4-Hd for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 10:09:09 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QSV3k-0004u4-1Y for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 16:09:08 +0200 Received: from 67.222.120.122 ([67.222.120.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 16:09:08 +0200 Received: from eric by 67.222.120.122 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 16:09:08 +0200 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: emacs-orgmode@gnu.org Noorul Islam writes: > On Tue, May 31, 2011 at 9:32 AM, Eric Abrahamsen > wrote: >> Export has recently stopped working for me: any C-c C-e gives me: >> >> org-export: Symbol's function definition is void: >> internal-temp-output-buffer-show >> >> Instead of an export menu. Org is up to date git, and I get this even >> starting with emacs -Q. I haven't seen a chorus of complaints here, so I >> assume it still has to be me, somehow, but does anyone know why this >> would be happening? I'm on Ubuntu Natty, running: >> >> GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.24.4) of 2011-04-04 >> on rothera, modified by Debian >> > > No issues on > > GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) > of 2011-04-30 on noorul > > Org-mode version 7.5 (release_7.5.321.g363a) Thanks Noorul, I went to do some debugging, and discovered that re-evaluating the org-export function fixes everything. I don't understand what's happening -- I've done "make clean/make all" cycles, reloaded org code, restarted emacs, deleted byte-compiled files, all several times over, and yet on each restart of emacs, org export gives me the above error until I open org-exp.el and re-evaluate the org-export function. Does that make sense to anyone? An autoload problem, perhaps? Any advice would be much appreciated, though at least now I can export again… Thanks, Eric