Nick Dokos <nicholas.do...@hp.com> writes: > Noorul Islam <noo...@noorul.com> wrote: > >> On Tue, May 31, 2011 at 9:32 AM, Eric Abrahamsen >> <e...@ericabrahamsen.net> 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(#<buffer *Org Export/Publishing Help*>) 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