Просмотр исходного кода

org.el (org-show-siblings): By default, also show siblings from a bookmark jump

* org.el (org-show-siblings): By default, also show siblings
from a bookmark jump.
Carsten Dominik 13 лет назад
Родитель
Сommit
d1c940fe5c
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      lisp/org.el

+ 4 - 2
lisp/org.el

@@ -944,7 +944,7 @@ contexts.  See `org-show-hierarchy-above' for valid contexts."
   :group 'org-reveal-location
   :group 'org-reveal-location
   :type org-context-choice)
   :type org-context-choice)
 
 
-(defcustom org-show-siblings '((default . nil) (isearch t))
+(defcustom org-show-siblings '((default . nil) (isearch t) (bookmark-jump t))
   "Non-nil means show all sibling heading when revealing a location.
   "Non-nil means show all sibling heading when revealing a location.
 Org-mode often shows locations in an org-mode file which might have
 Org-mode often shows locations in an org-mode file which might have
 been invisible before.  When this is set, the sibling of the current entry
 been invisible before.  When this is set, the sibling of the current entry
@@ -958,7 +958,9 @@ use the command \\[org-reveal] to show more context.
 Instead of t, this can also be an alist specifying this option for different
 Instead of t, this can also be an alist specifying this option for different
 contexts.  See `org-show-hierarchy-above' for valid contexts."
 contexts.  See `org-show-hierarchy-above' for valid contexts."
   :group 'org-reveal-location
   :group 'org-reveal-location
-  :type org-context-choice)
+  :type org-context-choice
+  :version "24.4"
+  :package-version '(Org . "8.0"))
 
 
 (defcustom org-show-entry-below '((default . nil))
 (defcustom org-show-entry-below '((default . nil))
   "Non-nil means show the entry below a headline when revealing a location.
   "Non-nil means show the entry below a headline when revealing a location.