diff --git a/core/autoload/help.el b/core/autoload/help.el index 0663fd161..75958ca5e 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -174,7 +174,12 @@ selection of all minor-modes, active or not." (cond ((functionp location) (funcall location)) (location - (goto-char location)))) + (goto-char location))) + (ignore-errors + (when (outline-invisible-p) + (save-excursion + (outline-previous-visible-heading 1) + (org-show-subtree))))) (user-error "Aborted")))) ;;;###autoload