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 ```dataview
task task
where where
(due < date(file.name)) or () ((due < date(this.name)) or (scheduled < date(this.name)))
and !completed and !completed
and status != "-" and status != "-"
sort due asc sort due asc