Variable: org-element--headline-cache

org-element--headline-cache is a buffer-local variable defined in org-element.el.gz.

Documentation

AVL tree used to cache headline and inlinetask elements.

Each node of the tree contains an element. Comparison is done with org-element--cache-compare. This cache is used in org-element-cache-map.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar-local org-element--headline-cache nil
  "AVL tree used to cache headline and inlinetask elements.
Each node of the tree contains an element.  Comparison is done
with `org-element--cache-compare'.  This cache is used in
`org-element-cache-map'.")