11 lines
491 B
Markdown
11 lines
491 B
Markdown
|
# Tasklist
|
||
|
- This tasklist is based on the [[Eisenhower Matrix]]
|
||
|
- ## Priority A Tasks - Do now
|
||
|
- {{query (and (task TODO DOING LATER NOW IN-PROGRESS) (priority A))}}
|
||
|
- ## Priority B Tasks - Schedule
|
||
|
- {{query (and (task TODO DOING LATER NOW IN-PROGRESS) (priority B))}}
|
||
|
- ## Priority C Tasks - Delegate
|
||
|
- {{query (and (task TODO DOING LATER NOW IN-PROGRESS WAIT WAITING) (priority C))}}
|
||
|
- ## Other Tasks
|
||
|
- {{query (and (task TODO NOW LATER DOING IN-PROGRESS) (not (priority A B C)))}}
|
||
|
-
|