org-fold: Honour `org-fold-show-context-detail' for isearch

* lisp/org-fold.el (org-fold--isearch-reveal): Call
`org-fold-show-visibility'.  The previously used
`org-fold-show-set-visibility' does not accept context as argument.

Reported in https://orgmode.org/list/8735i5gd8n.fsf@gmail.com
This commit is contained in:
Ihor Radchenko 2022-04-24 18:16:19 +08:00
parent 24c1c877cf
commit 407104459b
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -897,7 +897,7 @@ go to the parent and show the entire tree."
(defun org-fold--isearch-reveal (&rest _)
"Reveal text at POS found by isearch."
(org-fold-show-set-visibility 'isearch))
(org-fold-show-context 'isearch))
;;; Handling changes in folded elements