I like keeping TODOs inside my source code next to lines that need updating. Can I include these in Org-mode's agenda?
feedback
|
|
You would need to add those files to your It might be easier to invert the process by defining an appropriate Actually the default capture template is pretty close to what works for me:
| |||||||||||
feedback
|
|
A possible solution to this showed up on the mailing list, it was designed to keep track of links to content within C/C++ source code. http://thread.gmane.org/gmane.emacs.orgmode/47816/focus=48556 If you're using something other than C/C++ it would likely need to be adjusted to be able to properly trace back the links. It would not directly allow you to insert your TODOs in the source code and have them show up in the agenda, however you could create TODO headlines in an org file, and use the links to match them to the relevant points of your source code. | |||
|
feedback
|