Oh well, this is just the "usual" forgetting a (debug) in the code. if
something like this happens, edit org.el and find a line
(debug)
and remove it. It is just left over from testing, I forgot to take it
out.
4.59b has this fixed. Thanks for the report.
- Carsten
On Dec 8, 2006, at 19:43, Eddward DeVilla wrote:
Hi all,
Sorry for all the clutter. Using the menu, agenda or key binding to
open a sub-tree in an indirect buffer kicks me into the debugger. I
don't think I even have the debugger option on.
Here's the stack I get. I'm not sure what to make of it.
-----------------------------------------------------------------------
-
Debugger entered: nil
(let ((cbuf ...) (cwin ...) (pos ...) (bname ...) beg end level
heading ibuf) (save-excursion (org-back-to-heading t) (when ... ...
... ...) (setq beg ... heading ...) (org-end-of-subtree t) (setq end
...)) (if (and ... ...) (kill-buffer org-last-indirect-buffer)) (setq
ibuf (org-get-indirect-buffer cbuf) org-last-indirect-buffer ibuf)
(cond (... ... ... ... ...) (... ... ... ... ...) (... ...) (... ...)
(t ...)) (if (featurep ...) (save-excursion ... ...))
(narrow-to-region beg end) (show-all) (goto-char pos) (debug) (and
(window-live-p cwin) (select-window cwin)))
org-tree-to-indirect-buffer(nil)
* call-interactively(org-tree-to-indirect-buffer)
-----------------------------------------------------------------------
-
The second to last expression in org-tree-to-indirect-buffer has me a
little suspicious though. Seems to work without the call to debug.
Edd
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode