Re: [Emacs-orgmode] org-publish error

2006-06-22 Thread David O'Toole
Looking at the backtrace, I'd say the error occurs inside org.el. Carsten, perhaps you could look at this? Leon <[EMAIL PROTECTED]> writes: > Hi all, > > org 4.38 > > When I delete the published html file, sequent publish will fail with > error. Here is the backbrace. > > Debugger entered--Lisp

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-22 Thread Tim O'Callaghan
Problem with XEMACS noutline mode. This backtrace happens when i try and cycle from OVERVIEW. Debugger entered--Lisp error: (void-variable set-extent-endpoints) (if (> (extent-end-position ex) end) (progn (set-extent-endpoints ... ... beg) (set-extent-endpoints ex end ...)) set-extent-endpoint

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-22 Thread Carsten Dominik
Thanks for the report, I have fixed this. Please find the modified version at http://www.astro.uva.nl/~dominik/Tools/org/noutline.el - Carsten On Jun 22, 2006, at 17:35, Tim O'Callaghan wrote: Problem with XEMACS noutline mode. This backtrace happens when i try and cycle from OVERVIEW. Deb