Variable: org-fold-core-isearch-open-function
org-fold-core-isearch-open-function is a buffer-local variable defined
in org-fold-core.el.gz.
Documentation
Function used to reveal hidden text found by isearch.
The function is called with a single argument - point where text is to be revealed.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-fold-core.el.gz
(defvar-local org-fold-core-isearch-open-function #'org-fold-core--isearch-reveal
"Function used to reveal hidden text found by isearch.
The function is called with a single argument - point where text is to
be revealed.")