From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export problems Date: Fri, 03 Jun 2011 11:24:13 -0400 Message-ID: <8300.1307114653@alphaville.dokosmarshall.org> References: <87boyjplec.fsf@ericabrahamsen.net> <7780.1307111007@alphaville.dokosmarshall.org> <87pqmvosty.fsf@ericabrahamsen.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWEi-00040p-VG for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSWEh-0008Cf-DA for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:24:32 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:38107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWEh-0008CR-1i for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:24:31 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LM8004KF04DBD90@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 10:24:19 -0500 (CDT) In-reply-to: Message from Eric Abrahamsen of "Fri, 03 Jun 2011 11:08:57 EDT." <87pqmvosty.fsf@ericabrahamsen.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: Eric Abrahamsen Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Eric Abrahamsen wrote: > 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? > Only the usual suspects: you are loading uncompiled code I hope? I don't even have the function in either of my emacsen (24.0.50 and 23.1.1): does C-h f internal-temp-output-buffer-show RET show anything in yours? Nick