-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Very often I have TODO keywords inside my code base. I make a heavy usage of magit-todos
to show me what TODOs do I have across my code. However, I would love to have those items directly integrated to Org Agenda.
Maybe, I could be more diligent and instead of writing TODOs in my code-base I could be capturing it with a proper org template. However, I have several coworkers that do not use Emacs and they create some TODOs and FIXMEs in the code.
Things to Implement [0/2]
I was thinking about a *-minor-mode
that when enabled would look for TODO itens inside a project.
- It could work integrated with
projectile
- It might be very cool to change the status of the TODO item in the code base when the status change inside the Org Agenda.
matthew-piziakmatthew-piziak