Variable: org-element-cache-version
org-element-cache-version is a variable defined in org-element.el.gz.
Value
"2.3"
Documentation
Version number for Org AST structure.
Used to avoid loading obsolete AST representation when using
org-element-cache-persistent.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defconst org-element-cache-version "2.3"
"Version number for Org AST structure.
Used to avoid loading obsolete AST representation when using
`org-element-cache-persistent'.")