Variable: org-element--cache-hash-right

org-element--cache-hash-right 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 non-nil, non-both 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-right 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 non-nil, non-`both' SIDE argument.
Also, see `org-element--cache-hash-size'.")