diff --git a/2024-09-16.md b/2024-09-16.md index cd27103d..22650fba 100644 --- a/2024-09-16.md +++ b/2024-09-16.md @@ -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