From 0997b7cb80a0757188447dcf13c3b05b24f22ba4 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Fri, 13 Sep 2024 15:20:54 -0400 Subject: [PATCH] vault backup: 2024-09-13 15:20:54 --- 2024-09-16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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