-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
swiper-isearch in org-mode breaks org-cycle #3015
Comments
I also have this issue. But it's not so easy to reproduce. Just after using swiper in buffer, I can't unfold some headings. |
I see the same problem with Org mode version 9.6.4 (reliably reproducible). GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2023-02-23, modified by Debian |
Same issue here, also I have display problems after searching with Swiper where a headline will fold but certain links in the contents don't get hidden when the parent headline is collapsed. Org 9.6 changed the method for hiding folded text to use text properties instead of overlays. The docstring for Org mode version 9.6.4 (9.6.4-ge065b5) |
Hi folks, some recent conversation on the org-mode mailing list may help: https://lists.gnu.org/archive/html/emacs-orgmode/2023-05/msg00258.html Basically, this code: https://github.com/abo-abo/swiper/blob/master/swiper.el#L980 HTH, |
Seems to have been brought up on
Would you be interested in proposing a patch? What about the other three uses of Thanks. |
Unfortunately I don't feel confident enough in my elisp to propose a patch! Just thought I'd share the link since I'm affected by this issue as well. |
Any news here? This issue is also reported on the org-mode side: https://list.orgmode.org/orgmode/875y5oo9nv.fsf@localhost/ Would you please do your testing with the Org dev branch. |
Hello |
same issue of environment:
|
Maybe relates to #2457.
Using
make plain
(b8be491) with the build-in Org 9.3 everything works fine.But
make plain
with Org 9.6.1 installed causes the following problems.Test case 1:
swiper-isearch
for "test" - HEADING 1 unfolds correctlyC-g
- HEADING 1 folds correctlyorg-cycle
- HEADING 1 can no longer be unfoldedTest case 2:
swiper-isearch
for "test1" - HEADING 1 folds incorrectlyENTER
- HEADING 1 unfolds correctlyorg-cycle
worksTest case 3:
swiper-isearch
for "test1" - HEADING 1 folds incorrectlyC-g
- HEADING 1 stays folded correctlyorg-cycle
- HEADING 1 can no longer be unfoldedEnvironment: Debian 11, Emacs 27.1.
The text was updated successfully, but these errors were encountered: