Rainer Stengele <[EMAIL PROTECTED]> 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:]:[EMAIL PROTECTED]:[ 
\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


_______________________________________________
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