radian-software/ctrlf

Does not open up org mode folded headings

indigoviolet opened this issue · 2 comments

I know this feature was added in #23 , but it does not seem to work for me anymore, even in a vanilla emacs with only ctrlf installed afresh. The cursor jumps to the containing heading, but the heading is not unfolded. In contrast, isearch unfolds it in the same setup.

Happy to help with debugging info.

I think I figured out what this was -- there is a new org fold style which is special cased for isearch (minad/consult#563 (comment)):

(setq org-fold-core-style 'overlays)

fixes the problem. You may decide to keep this open if you want to track this behaviour for a long-term fix, or close it for now.

Ugh. Thanks for the report. We should do something to make this work, even if it's only a hack.