alphapapa / org-ql

A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.
GNU General Public License v3.0
1.35k stars 104 forks source link

Fix: (org-ql-regexp-part-ts-data) Accept day of week ending with '.' #435

Closed neurolit closed 4 days ago

neurolit commented 1 week ago

In French, days of week are ending with a dot. Before this commit, timestamps in this language (like <2024-05-30 jeu.>) where just ignored by org-ql.

Fixes #432

alphapapa commented 4 days ago

@neurolit This should be fixed on v0.8.7 and master now. Thanks.