📆 2021-04-30
Before planning a day, reflect on the PhD Timeline. Does what you want to do match what you need to do?
PhD Timeline
Day Planner
- 09:00 Setup for work 💻
- 09:15 Plan day 📋
- 09:30 Check email 📧
- 12:00 Lunch 🍙
- 16:00 Write daily notes ✏️
- 16:30 Check email 📧
- 17:00 Finish work for the day 🎉
Tasks
Overdue
table due, project, tags
from "tasks"
where status="priority" and status!="done" and due<date(2021-04-30)
sort due
Due
table due, time, project, tags
from "tasks"
where status!="done" and due=date(2021-04-30)
sort due
Done
table due, project, tags
from "tasks"
where status="done" and due=date(2021-04-30)
sort due
Upcoming
table due, project, tags
from "tasks"
where status!="done" and status!="idea" and due>date(2021-04-30)
sort due
tags: Journal
prev: 2021-04-28
next: 2021-05-01