Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not open up org mode folded headings #118

Open
indigoviolet opened this issue Jun 24, 2022 · 2 comments
Open

Does not open up org mode folded headings #118

indigoviolet opened this issue Jun 24, 2022 · 2 comments

Comments

@indigoviolet
Copy link

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.

@indigoviolet
Copy link
Author

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.

@raxod502
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants