emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Bastien
Subject: Re: [Orgmode] Re: How to get a list of todos with no TAGS
Date: Fri, 07 Sep 2007 16:18:19 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

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

-- 
Bastien




reply via email to

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