On Jan 19, 2005, at 9:54, Sam Andrews wrote:
so... open project drawer, select to-do view, chose entry - tm opens the file and jumps to the bookmark. then if you clear the bookmark in the left-hand margin it checks off the to-do (or sub-to-do) and vice versa.
Probably you can pull something similar off with a command that greps through all project files (e.g. after TODO) and have the pattern set to parse grep's output.
This will give you a list of all bookmarks which can then be clicked to jump to the appropriate file. Using the format string you may be able to present it with the indent you speak of.
Though you won't get the checkmarks ;)