Re: [Orgmode] Re: How to get a list of todos with no TAGS

2007-09-09 Thread Carsten Dominik
An alternative might be: Do a TAGS search with the match -{.}/! The first part -{.} means to exclude all headline where any tag matches the regular expression ., i.e. it will exclude all headlines that do have a tag at all (beware of tag inheritance for this, this will exclude also headline

[Orgmode] Re: How to get a list of todos with no TAGS

2007-09-07 Thread Rainer Stengele
Bastien schrieb: Rainer Stengele [EMAIL PROTECTED] writes: How to get the list of all todos with no TAGS? In-file view: `C-c C-v' runs the command org-show-todo-tree. Agenda view: `C-c a t' lists all TODO entries. C-c a t does not show a todo without a tag. I checked the

Re: [Orgmode] Re: How to get a list of todos with no TAGS

2007-09-07 Thread Bastien
Rainer Stengele [EMAIL PROTECTED] writes: C-c a t does not show a todo without a tag. My fault. Its job is to show all TODO entries. This custom command will list all TODO entries (matching TODO as a TODO keyword) with no tags: (setq org-agenda-custom-commands '((x todo TODO

[Orgmode] Re: How to get a list of todos with no TAGS

2007-09-07 Thread Rainer Stengele
Bastien schrieb: Rainer Stengele [EMAIL PROTECTED] writes: C-c a t does not show a todo without a tag. My fault. Its job is to show all TODO entries. This custom command will list all TODO entries (matching TODO as a TODO keyword) with no tags: (setq org-agenda-custom-commands