You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.projectile
The text was updated successfully, but these errors were encountered: