Notes

DSB end-of-year planning meeting.

Tasks

Tasks due today

TASK 
FROM ""
WHERE due AND due = date(this.file.name) OR (due < date(this.file.name) AND !completed)
GROUP BY priority
SORT choice(priority="highest", "1",
choice(priority="high", "2",
choice(priority="medium", "3",
choice(priority="low", "4",
choice(priority="lowest", "5", "6"
))))) ASC

Tasks that can be started

TASK
WHERE start AND start <= date(this.file.name) AND !completed