help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Task list like Eclipse's that can keep track of TODOs in multiple so


From: Michael Hoffman
Subject: Re: Task list like Eclipse's that can keep track of TODOs in multiple source files
Date: Thu, 14 Feb 2008 23:18:05 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Oleksandr Gavenko wrote:

(setq grep-find-command "find . -type f ! -path '*.svn*' ! -path '*CVS*' ! -path '*.hg*' -name '*' -print0 | xargs -0 -e grep -nH ")

and type
C-x grep-find XXX\|TODO\|FIXME

Should be M-x I think. A very useful suggestion!

What I ended up doing was using org-mode. To keep links with places in the original file, I made a keyboard macro that replaced the old TODOs with #1, #2, #3, etc. and copied them to the org file with a link back to the location of #1 in the original file.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]