emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rainer Stengele
Subject: [Orgmode] Re: How to get a list of todos with no TAGS
Date: Fri, 07 Sep 2007 16:41:45 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Bastien schrieb:
> Rainer Stengele <address@hidden> 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"
>        ((org-agenda-skip-function
>          (lambda nil
>            (org-agenda-skip-entry-if 'regexp ":[[:alnum:]:address@hidden:[ 
> \t]*")))
>         (org-agenda-overriding-header "TODO entries with no tags: ")))))
> 
> Try it with `C-c a x'.
> 

Thank you first of all - but:

it does not work: these todos for example do not show:

*** TODO empty TODO
*** TODO [#A]  [Dongleproblem]: CV070907_002 V07.14 und CV070829_005





reply via email to

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