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 17:01:06 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Rainer Stengele <address@hidden> writes:

> 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

--8<---------------cut here---------------start------------->8---
(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: "))))))
--8<---------------cut here---------------end--------------->8---

Small typo.  Just add the "$" at the end of the regexp.

--
Bastien




reply via email to

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