Variable: org-fold-core--isearch-special-specs
org-fold-core--isearch-special-specs is a buffer-local variable
defined in org-fold-core.el.gz.
Documentation
List of specs that can break visibility state when converted to overlays.
This is a hack, but I do not see a better way around until isearch gets support of text properties.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-fold-core.el.gz
(defvar-local org-fold-core--isearch-special-specs nil
"List of specs that can break visibility state when converted to overlays.
This is a hack, but I do not see a better way around until isearch
gets support of text properties.")