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'.

-- 
Bastien


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to