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
> '(("x" todo "TODO"
> ((org-agenda-skip-function
> (lambda nil
> (org-agenda-skip-entry-if 'regexp ":[[:alnum:]:[EMAIL PROTECTED]:[
> \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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode