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).