Function: org--ecb-show-context

org--ecb-show-context is a byte-compiled function defined in org-compat.el.

Signature

(org--ecb-show-context &rest _)

Documentation

Make hierarchy visible when jumping into location from ECB tree buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defun org--ecb-show-context (&rest _)
  "Make hierarchy visible when jumping into location from ECB tree buffer."
  (when (derived-mode-p 'org-mode)
    (org-fold-show-context)))