Variable: org-element--cache-hash-left
org-element--cache-hash-left is a buffer-local variable defined in
org-element.el.gz.
Documentation
Cached elements from org-element--cache for fast O(1) lookup.
When non-nil, it should be a vector representing POS arguments of
org-element--cache-find called with nil SIDE argument.
Also, see org-element--cache-hash-size.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar-local org-element--cache-hash-left nil
"Cached elements from `org-element--cache' for fast O(1) lookup.
When non-nil, it should be a vector representing POS arguments of
`org-element--cache-find' called with nil SIDE argument.
Also, see `org-element--cache-hash-size'.")