Dotfiles/site-modules/core/files/emacs
Ade Attwood 843767fdb8 feat(emacs): move org tasks to org roam
Moves all of the tasks from Todo.org into any org-roam note file. All tasks
will then show up in the agenda and be able to be scheduled and searched just
like any other task we currently have in the Todo.org file. This is based of
the task management blog below. It will add a filetag to any file that has
tasks in it. This will then use only those files to build the org agenda so it
dose not have to search though every file in the roam database.

https://d12frosted.io/posts/2021-01-16-task-management-with-roam-vol5.html

The main difference from this blog is that it uses the `tasklist` filetag
rather than `projects` as the blogs. This makes much more sense for my use case

It also moves all the capture targets to the roam dailies so my main workspace
for the day is the daily note. This also moves the refile targets to be the old
Todo.org file. I will still be using this for the main backlog and any tasks
that don't need to be complete on that day. The current workflow I will be
using is capturing into the daily note. If I won't complete it that day, it
will either move to the next day or be refiled to be done on another day.
2024-10-10 07:47:28 +01:00
..
mbwatch refactor(emacs): move emacs config to be really minimal 2024-09-24 20:27:20 +01:00
straight/versions refactor(emacs): move emacs config to be really minimal 2024-09-24 20:27:20 +01:00
.gitignore fix(emacs): move custom-set-variables out of the init.el 2021-04-16 20:49:53 +01:00
init.el feat(emacs): move org tasks to org roam 2024-10-10 07:47:28 +01:00