I have fixed this in our git repository, and also in CVS emacs.
- Carsten On Nov 18, 2008, at 3:46 PM, Rolf Unger wrote:
Okay Carsten, thank you, this modification makes it work again. I have posted this problem before to the gnu.emacs.help mailing list, because initially I had no clue that it could be related with org-mode. I will add a comment there refering to the patch. Thanks again especially for the impressive response time, Rolf. Carsten Dominik wrote:Hi Rolf, does this patch help? Best wishes. - Carsten Dominik ------------------------------------------------------------------------------------ diff -u org.el.orig org.el --- org.el.orig 2008-11-18 14:54:12.000000000 +0100 +++ org.el 2008-11-18 14:54:54.000000000 +0100 @@ -14510,7 +14510,7 @@ (define-key speedbar-file-key-map ">" 'org-agenda-remove-restriction-lock) (define-key speedbar-file-key-map "\C-c\C-x>" 'org-agenda-remove-restriction-lock) (add-hook 'speedbar-visiting-tag-hook - (lambda () (org-show-context 'org-goto))))) + (lambda () (and (org-mode-p) (org-show-context 'org-goto)))))) ;;; Fixes and Hacks for problems with other packages -----------------------------------------------------------------------------------
_______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
