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: Thierry Volpiatto
Subject: Re: Task list like Eclipse's that can keep track of TODOs in multiple source files
Date: Fri, 15 Feb 2008 07:44:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Michael Hoffman <b3i4old02@sneakemail.com> writes:

> 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.
>
>
>
Planner and remember do that without writing anything in the file:
when you are in your file you just C-x C-n to be able to take a note
linked to that point in the file.
-- 
A + Thierry
Pub key: http://pgp.mit.edu




reply via email to

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