From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export problems Date: Fri, 03 Jun 2011 11:30:03 -0400 Message-ID: <8379.1307115003@alphaville.dokosmarshall.org> References: <87boyjplec.fsf@ericabrahamsen.net> <7780.1307111007@alphaville.dokosmarshall.org> <87pqmvosty.fsf@ericabrahamsen.net> <8300.1307114653@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWKO-0005MV-GC for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:30:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QSWKM-00015n-Ls for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:30:24 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:59971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QSWKL-000152-PA for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 11:30:22 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LM8004K20E3AFD0@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 03 Jun 2011 10:30:10 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Fri, 03 Jun 2011 11:24:13 EDT." <8300.1307114653@alphaville.dokosmarshall.org> 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 Cc: Eric Abrahamsen , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Nick Dokos wrote: > 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? > Duh - of course not: that's the error you get. Never mind. Nick