From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: How to get a list of todos with no TAGS Date: Fri, 07 Sep 2007 17:01:06 +0200 Message-ID: <87d4wubjv1.fsf@bzg.ath.cx> References: <87hcm6h9mg.fsf@bzg.ath.cx> <877in2h844.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITfKf-0000dz-9I for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:01:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITfKd-0000ci-OJ for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:01:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITfKd-0000ca-EH for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:01:15 -0400 Received: from hu-out-0506.google.com ([72.14.214.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITfKc-0002Yj-Qb for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:01:15 -0400 Received: by hu-out-0506.google.com with SMTP id 23so154504huc for ; Fri, 07 Sep 2007 08:01:13 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Fri, 07 Sep 2007 16:41:45 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rainer Stengele 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:]:_@]+:[ \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