Replies: 1 comment 2 replies
|
I like this idea quite a bit. Right now I have to put everything in a Heres how |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I think it could be useful to implement a simple bullet journal workflow to manage daily tasks
using dailies.
The Idea is to take all open TODO headings from the past day when you open
your daily journal note for today. Instead of deleting old TODO entries, we can
use something like MOVED, writing the date when the task were refiled.
This is an idea more minimal than org agenda, that could allow more focus at the
tasks you must accomplish for today.
This can be extended to weekly notes and monthly notes as well, so organizing TODOs
will be more based on time, potentially avoiding the Collector Fallacy.
Using org agenda is still possible and looking
at org-roam code including todos in the db, actually a future integration
with agenda could be easy, showing you just your notes for today, for the rest of
the week or the rest of the month, instead of showing just all possible tasks that
you might have in your agenda files.
All reactions