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 think purpose of TODO master progress bar is to provide percentages of todo, doing and done tasks.
You are searching tasks which have status either TODO or DOING.
Can you try to modify the the query like below and see the result.
Progress bar inside query not working, seems not updating
Query used:
#+BEGIN_QUERY
{:title "{{renderer :todomaster}}"
:query [:find (pull ?b [* {:block/_parent ...}])
:where
[?b :block/marker ?marker]
[(contains? #{"LATER" "NOW" "TODO" "DOING"} ?marker)]
}
#+END_QUERY
Screenshot
latest logseq release .10
The text was updated successfully, but these errors were encountered: