Variable: org-map-continue-from
org-map-continue-from is a variable defined in org.el.gz.
Value
nil
Documentation
Position from where mapping should continue.
Can be set by the action argument to org-scan-tags and org-map-entries.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-map-continue-from nil
"Position from where mapping should continue.
Can be set by the action argument to `org-scan-tags' and `org-map-entries'.")