Variable: org-fold-core--isearch-local-regions
org-fold-core--isearch-local-regions is a buffer-local variable
defined in org-fold-core.el.gz.
Documentation
Hash table storing temporarily shown folds from isearch matches.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-fold-core.el.gz
(defvar-local org-fold-core--isearch-local-regions (make-hash-table :test 'equal)
"Hash table storing temporarily shown folds from isearch matches.")