You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
alphapapa
changed the title
Non-English day-of-week name abbreviations not recognized by timestamp regexps
Day-of-week name abbreviations ending in periods not recognized by timestamp regexps
Jun 14, 2024
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`.
Fixesalphapapa#432
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
):When I try
(org-ql-search "/tmp/task.org" '(todo))
, it works perfectly and displays the task: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?
The text was updated successfully, but these errors were encountered: