In Emacs org-mode
, I sometimes do sparse tree searches to list only headlines that match a tag.
I would like to be able to search only what is currently visible (matching headlines), not the whole buffer as does Isearch. Is this possible natively or via some package?
Edit:
As per comment, answered in: Make isearch skip folded content in org-mode
Search behavior can be customized using the search-invisible
variable, or toggled via M-s i
during a search.