Day 09.30¶
picoftheday::
To do today¶
- [ ] thing 1
- [ ] thing 2
Used query: List tasks that are due today or a specific day
TASK
WHERE !completed AND duedate and duedate <= this.file.day AND contains(text, "duedate")
Used query: List tasks under a heading
TASK
FROM "10 Example Data/weeklys/2022-W39"
WHERE meta(section).subpath = "Weekly To Dos"