소스 검색

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 12 년 전
부모
커밋
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.