Fix: (link) Allow brackets in description

Org 9.3 stopped replacing brackets in link descriptions with braces
and started escaping them instead.

Fixes #283.  Thanks to Daniel Borchmann (@exot) for reporting.
This commit is contained in:
Adam Porter 2023-03-10 05:52:06 -06:00
parent 3c73888b98
commit 9e14f9eefa
5 changed files with 115 additions and 68 deletions

View file

@ -1055,6 +1055,9 @@ File: README.info, Node: 07-pre, Next: 063, Up: Changelog
(Thanks to Akira Komamura (https://github.com/akirak).)
*Fixed*
• Predicate link matches links whose descriptions contain escaped
brackets (changed in Org 9.3). (Thanks to Daniel Borchmann
(https://github.com/exot) for reporting.)
• Predicate srcs matching of begin/end block lines, normalization
of arguments, and handling in non-sexp queries. (Thanks to Akira
Komamura (https://github.com/akirak) for reporting.)
@ -1735,35 +1738,35 @@ Node: Links37255
Node: Tips37942
Node: Changelog38266
Node: 07-pre39049
Node: 06341784
Node: 06242319
Node: 06142624
Node: 0643192
Node: 05246246
Node: 05146546
Node: 0546969
Node: 04948498
Node: 04848778
Node: 04749127
Node: 04649536
Node: 04549944
Node: 04450305
Node: 04350664
Node: 04250867
Node: 04151028
Node: 0451275
Node: 03255376
Node: 03155779
Node: 0355976
Node: 02359276
Node: 02259510
Node: 02159790
Node: 0259995
Node: 0164073
Node: Notes64174
Node: Comparison with Org Agenda searches64336
Node: org-sidebar65225
Node: License65504
Node: 06341973
Node: 06242508
Node: 06142813
Node: 0643381
Node: 05246435
Node: 05146735
Node: 0547158
Node: 04948687
Node: 04848967
Node: 04749316
Node: 04649725
Node: 04550133
Node: 04450494
Node: 04350853
Node: 04251056
Node: 04151217
Node: 0451464
Node: 03255565
Node: 03155968
Node: 0356165
Node: 02359465
Node: 02259699
Node: 02159979
Node: 0260184
Node: 0164262
Node: Notes64363
Node: Comparison with Org Agenda searches64525
Node: org-sidebar65414
Node: License65693

End Tag Table