Re: Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-09 Thread Ihor Radchenko
Max Nikulin writes: > On 06/06/2024 01:06, Ihor Radchenko wrote: >> Remember that older Org mode also did not have link paths searchable. > > You are right, I forgot about it. > > Since the feature was advertised in ORG-NEWS > >> Hidden parts of the links can now be searched and revealed dur

Re: Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-08 Thread Max Nikulin
On 06/06/2024 01:06, Ihor Radchenko wrote: Remember that older Org mode also did not have link paths searchable. You are right, I forgot about it. Since the feature was advertised in ORG-NEWS Hidden parts of the links can now be searched and revealed during isearch another entry should

Re: Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-05 Thread Ihor Radchenko
Max Nikulin writes: > On 05/06/2024 22:06, Ihor Radchenko wrote: >> `org-fold-core-style' text-properties is going to be obsoleted. >> I tried to support isearch, but it is ultimately an uphill battle >> against bugs popping out here and there. > > I have seen these words in another thread, but I

Re: Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-05 Thread Max Nikulin
On 05/06/2024 22:06, Ihor Radchenko wrote: `org-fold-core-style' text-properties is going to be obsoleted. I tried to support isearch, but it is ultimately an uphill battle against bugs popping out here and there. I have seen these words in another thread, but I did not expect a regression in

Re: Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-05 Thread Ihor Radchenko
Max Nikulin writes: > Consider a file with a link > 8< > Text > > [[file:text.org][Something]] > >8 > > Incremental search > C-s file > does not work with current main HEAD (v9.7) and Emacs-28. > > `org-fold-core-style' text-properties > > There is no issue for Org 9.6.28.

Incremental search in hidden text does not work in Org 9.7 Emacs 28

2024-06-05 Thread Max Nikulin
Hi, Consider a file with a link 8< Text [[file:text.org][Something]] >8 Incremental search C-s file does not work with current main HEAD (v9.7) and Emacs-28. `org-fold-core-style' text-properties There is no issue for Org 9.6.28. Link part is temporary revealed when se