branch: externals/org
commit 9427bdedcc944ae79dcc7015fe191682e6f3892c
Merge: 1cea4094fc 0c06694666
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Merge branch 'bugfix'
---
 etc/ORG-NEWS | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 1252bbca1f..6265a17fb2 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -70,6 +70,15 @@ constant.
 If you still want to use python-mode with ob-python, you might
 consider 
[[https://gitlab.com/jackkamm/ob-python-mode-mode][ob-python-mode-mode]], where 
the code to support python-mode
 has been ported to.
+*** It is no longer possible to reveal hidden parts of the links during isearch
+
+Org 9.6 introduced support for searching hidden parts of the links.
+
+Unfortunately, we had to drop this support because its implementation
+turned out to be unreliable for many users. Proper implementation
+would require patching =isearch.el= and possibly a number of external
+libraries implementing isearch equivalents. It cannot be done on Org
+side alone.
 
 *** =ox-latex=: ~org-latex-line-break-safe~ is deprecated
 
@@ -1761,6 +1770,9 @@ to the Org behavior.  The new features and changes are 
listed below.
 
 **** Hidden parts of the links can now be searched and revealed during isearch
 
+[2024-06-09 Sun] Since Org 9.7, this is no longer working.  See
+changes for Org 9.7.
+
 In the past, hidden parts of the links could not be searched using
 isearch (=C-s=).  Now, they are searchable by default.  The hidden
 match is also revealed temporarily during isearch.

Reply via email to