I have pages set up for listing my DOING tasks with a query {{query (task DOING)}} - works OK.
A query {{query (task TODO)}} does not work, produces an error saying: Query Error: (task TODO).
What am I doing wrong?
I have pages set up for listing my DOING tasks with a query {{query (task DOING)}} - works OK.
A query {{query (task TODO)}} does not work, produces an error saying: Query Error: (task TODO).
What am I doing wrong?
Using simply {{query (task TODO)}} works for me, but you could perhaps try {{query (task status TODO)}} and see if that works?
Thank you, updated Logseq from 0.8.16 to 0.8.17 today, now the query works in both versions:
{{query (task status TODO)}}
{{query (task TODO)}}