vault backup: 2024-09-13 15:20:54

This commit is contained in:
Dane Sabo 2024-09-13 15:20:54 -04:00
parent 7f2c2f7844
commit 0997b7cb80

View File

@ -11,7 +11,7 @@ tags:
```dataview
task
where
(due < date(file.name)) or ()
((due < date(this.name)) or (scheduled < date(this.name)))
and !completed
and status != "-"
sort due asc