aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/org/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 70f22e27813..4521c7c334f 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -14407,7 +14407,7 @@ To get rid of the restriction, use \\[org-agenda-remove-restriction-lock]."
14407 (define-key speedbar-file-key-map ">" 'org-agenda-remove-restriction-lock) 14407 (define-key speedbar-file-key-map ">" 'org-agenda-remove-restriction-lock)
14408 (define-key speedbar-file-key-map "\C-c\C-x>" 'org-agenda-remove-restriction-lock) 14408 (define-key speedbar-file-key-map "\C-c\C-x>" 'org-agenda-remove-restriction-lock)
14409 (add-hook 'speedbar-visiting-tag-hook 14409 (add-hook 'speedbar-visiting-tag-hook
14410 (lambda () (org-show-context 'org-goto))))) 14410 (lambda () (and (org-mode-p) (org-show-context 'org-goto))))))
14411 14411
14412 14412
14413;;; Fixes and Hacks for problems with other packages 14413;;; Fixes and Hacks for problems with other packages