Variable: org-element-cache-map-continue-from
org-element-cache-map-continue-from is a variable defined in
org-element.el.gz.
Value
nil
Documentation
Position from where mapping should continue.
This variable can be set by called function, especially when the function modified the buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar warning-minimum-log-level) ; Defined in warning.el
(defvar org-element-cache-map-continue-from nil
"Position from where mapping should continue.
This variable can be set by called function, especially when the
function modified the buffer.")