Day-of-week name abbreviations ending in periods not recognized by timestamp regexps
alphapapa opened this issue · 1 comments
alphapapa commented
Discussed in #429
Originally posted by neurolit June 12, 2024
Hi!
I don't know what I am doing wrong with org-ql-search.
I'm using Emacs 29.3 on Linux, with org-ql 0.8.6 and org-mode 9.7.3 (and no other package).
I've got a really simple tasks file (/tmp/task.org
):
* TODO Eat some chips
SCHEDULED: <2024-06-12 mer.>
:LOGBOOK:
- State "TODO" from [2024-06-12 mer. 22:51]
:END:
When I try (org-ql-search "/tmp/task.org" '(todo))
, it works perfectly and displays the task:
TODO Eat some chips today
However, if I try (org-ql-search "/tmp/task.org" '(scheduled))
, nothing happens, the query buffer is empty. I think it should display the same task (as it is scheduled).
Where am I wrong?
alphapapa commented
This should be fixed on v0.8.7 and master now. Thanks.