Re: Task list like Eclipse's that can keep track of TODOs in multiple source files
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Re: Task list like Eclipse's that can keep track of TODOs in multiple source files         


Author: Tim X
Date: Jan 31, 2008 23:22

Michael Hoffman sneakemail.com> writes:
> Is there a task list mode that will find tags like TODO/XXX/FIXME in source
> files in a directory, make them into tasks and allow me to edit
> them/reorder them in the task list?
>
> I understand that Eclipse and Visual Studio can provide at least some of
> the functionality listed above. The best I can do thus far is the use of
> M-x multi-occur, which is useful but does not allow me to simply
> reorder/sort/edit.
>

I don't know of one, but it sounds like a useful tool!

What I do is keep my 'todo' stuff in an .org file using remember
mode. This is quite useful as you get all the benefits of org mode (now
bundled with emacs 22) and using remember mode means you have links to
the document the todo refers to. The only downside is that the todo is
not actually in the file it is associated with (though you might be able
to make remember mode do this with some hacking).

Org mode provides some useful reporting tools that may provide the
sorting/presentation aspects you would like.
Show full article (1.10Kb)
3 Comments
Re: Task list like Eclipse's that can keep track of TODOs in multiple source files         


Author: Michael Hoffman
Date: Feb 1, 2008 08:33

Tim X wrote:
> Michael Hoffman sneakemail.com> writes:
>
>> Is there a task list mode that will find tags like TODO/XXX/FIXME in source
>> files in a directory, make them into tasks and allow me to edit
>> them/reorder them in the task list?
>>
>> I understand that Eclipse and Visual Studio can provide at least some of
>> the functionality listed above. The best I can do thus far is the use of
>> M-x multi-occur, which is useful but does not allow me to simply
>> reorder/sort/edit.
>>
>
> I don't know of one, but it sounds like a useful tool!

Maybe I will have to write it one day. Probably after my thesis is done. :)

I've looked at org-mode and it looks pretty neat although not meeting
the whole wish list I am envisioning.
no comments
Re: Task list like Eclipse's that can keep track of TODOs in multiple source files         


Author: Sébastien Vauban
Date: Feb 4, 2008 00:13

Hello,
> I've looked at org-mode and it looks pretty neat although not
> meeting the whole wish list I am envisioning.

... which is what?

Seb

--
Sébastien Vauban
1 Comment
Re: Task list like Eclipse's that can keep track of TODOs in multiple source files         


Author: Michael Hoffman
Date: Feb 4, 2008 09:32

Sébastien Vauban wrote:
> Hello,
>
>> I've looked at org-mode and it looks pretty neat although not
>> meeting the whole wish list I am envisioning.
>
> ... which is what?

Well, a lot of it was in the part of the previous message that you snipped.
no comments