Re: [O] export problems

2011-06-06 Thread Eric Abrahamsen
Nick Dokos writes: > 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: >> > >> > Debu

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Nick Dokos writes: > >> 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,

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
Nick Dokos writes: > 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: >> > >> > Debu

Re: [O] export problems

2011-06-03 Thread Nick Dokos
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: (erro

Re: [O] export problems

2011-06-03 Thread Nick Dokos
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: (erro

Re: [O] export problems

2011-06-03 Thread Nick Dokos
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

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
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

Re: [O] export problems

2011-06-03 Thread Nick Dokos
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 dat

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
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

Re: [O] export problems

2011-06-02 Thread Noorul Islam
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

[O] export problems

2011-05-30 Thread Eric Abrahamsen
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 assum