From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: export problems Date: Fri, 03 Jun 2011 11:08:57 -0400 Message-ID: <87pqmvosty.fsf@ericabrahamsen.net> References: <87boyjplec.fsf@ericabrahamsen.net> <7780.1307111007@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSVzv-00006A-RB for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSVzt-0005Ne-GC for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:09:15 -0400 Received: from lo.gmane.org ([80.91.229.12]:53491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSVzs-0005NS-3E for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:09:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QSVzq-0007gp-5c for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 17:09:10 +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 17:09:10 +0200 Received: from eric by 67.222.120.122 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 17:09:10 +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 Nick Dokos writes: > Noorul Islam wrote: > >> 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) >> > > Assuming that the problem is still present, a backtrace might help. It was while trying to produce a backtrace (with edebug) that I discovered that re-evaluating the code fixed the problem. I set debug-on-error to t and reproduced the error, which gave me this: Debugger entered--Lisp error: (error "Cannot return from the debugger in an error") internal-temp-output-buffer-show(#) org-export(nil) call-interactively(org-export nil nil) Presumably this isn't really what's needed -- can you provide a pointer to producing a more useful backtrace? Thanks! Eric