Variable: org-element--cache-self-verify-frequency
org-element--cache-self-verify-frequency is a variable defined in
org-element.el.gz.
Value
0.03
Documentation
Frequency of cache element verification.
This number is a probability to check an element requested from cache to be correct. Setting this to a value less than 0.0001 is useless.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar org-element--cache-self-verify-frequency 0.03
"Frequency of cache element verification.
This number is a probability to check an element requested from cache
to be correct. Setting this to a value less than 0.0001 is useless.")