Variable: org-outline-path-cache
org-outline-path-cache is a variable defined in org.el.gz.
Value
nil
Documentation
Alist between buffer positions and outline paths.
It value is an alist (POSITION . PATH) where POSITION is the buffer position at the beginning of an entry and PATH is a list of strings describing the outline path for that entry, in reverse order.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
;;; Outline path
(defvar org-outline-path-cache nil
"Alist between buffer positions and outline paths.
It value is an alist (POSITION . PATH) where POSITION is the
buffer position at the beginning of an entry and PATH is a list
of strings describing the outline path for that entry, in reverse
order.")