Skip to content

Commit

Permalink
fix: fix anytime task query
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Apr 27, 2022
1 parent 1314c74 commit 294b77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/querys/anytime.ts
Expand Up @@ -5,6 +5,7 @@ export default function getAnytimeTaskQuery() {
[?b :block/marker ?marker]
[(contains? #{"NOW" "LATER" "TODO"} ?marker)]
[?b :block/page ?p]
(not [?p :block/journal? true])
(not [?p :block/journalDay])
(not [?b :block/scheduled])
(not [?b :block/deadline])]
Expand Down

0 comments on commit 294b77a

Please sign in to comment.