emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] another bug, sorry


From: Eddward DeVilla
Subject: [Orgmode] another bug, sorry
Date: Fri, 8 Dec 2006 12:43:35 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]