From d1c940fe5cb6ffe283549daff1a92c99bb4ed58d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 6 Apr 2013 03:02:31 +0200 Subject: [PATCH] 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. --- lisp/org.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 8d78f8ebe..9e156c20a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -944,7 +944,7 @@ contexts. See `org-show-hierarchy-above' for valid contexts." :group 'org-reveal-location :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. 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 @@ -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 contexts. See `org-show-hierarchy-above' for valid contexts." :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)) "Non-nil means show the entry below a headline when revealing a location.