Fix: (org-ql-regexp-part-ts-date) Allow punctuation in day-of-week

Fixes <https://github.com/alphapapa/org-ql/issues/432>.  Closes
<https://github.com/alphapapa/org-ql/pull/435>.

Reported-by: Florian D. <https://github.com/neurolit>
This commit is contained in:
Adam Porter 2024-06-26 10:52:31 -05:00
parent 914e64746f
commit ffc3477013
5 changed files with 76 additions and 52 deletions

View file

@ -1089,6 +1089,11 @@ File: README.info, Node: 087-pre, Next: 086, Up: Changelog
(https://github.com/alphapapa/org-ql/pull/237) and #371
(https://github.com/alphapapa/org-ql/issues/371). Thanks to Ihor
Radchenko (https://github.com/yantar92).)
• Timestamps with day-of-the-week abbreviations are matched more
flexibly (allowing, e.g. a period in French locales). (See #429
(https://github.com/alphapapa/org-ql/discussions/429), #432
(https://github.com/alphapapa/org-ql/issues/432). Thanks to
Florian D. (https://github.com/neurolit) for reporting.)
• Command org-ql-search did not narrow properly when called
interactively.
@ -2020,47 +2025,47 @@ Node: Links38911
Node: Tips39598
Node: Changelog39922
Node: 087-pre40844
Node: 08641544
Node: 08541782
Node: 08442438
Node: 08342890
Node: 08243231
Node: 08143624
Node: 0844045
Node: 07446769
Node: 07346992
Node: 07247726
Node: 07148647
Node: 0749458
Node: 06352324
Node: 06252857
Node: 06153164
Node: 0653734
Node: 05256790
Node: 05157092
Node: 0557517
Node: 04959048
Node: 04859330
Node: 04759679
Node: 04660088
Node: 04560496
Node: 04460857
Node: 04361216
Node: 04261419
Node: 04161580
Node: 0461827
Node: 03265928
Node: 03166331
Node: 0366528
Node: 02369828
Node: 02270062
Node: 02170342
Node: 0270547
Node: 0174625
Node: Notes74726
Node: Comparison with Org Agenda searches74888
Node: org-sidebar75777
Node: License76056
Node: 08641879
Node: 08542117
Node: 08442773
Node: 08343225
Node: 08243566
Node: 08143959
Node: 0844380
Node: 07447104
Node: 07347327
Node: 07248061
Node: 07148982
Node: 0749793
Node: 06352659
Node: 06253192
Node: 06153499
Node: 0654069
Node: 05257125
Node: 05157427
Node: 0557852
Node: 04959383
Node: 04859665
Node: 04760014
Node: 04660423
Node: 04560831
Node: 04461192
Node: 04361551
Node: 04261754
Node: 04161915
Node: 0462162
Node: 03266263
Node: 03166666
Node: 0366863
Node: 02370163
Node: 02270397
Node: 02170677
Node: 0270882
Node: 0174960
Node: Notes75061
Node: Comparison with Org Agenda searches75223
Node: org-sidebar76112
Node: License76391

End Tag Table