From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: How to get a list of todos with no TAGS Date: Fri, 07 Sep 2007 17:54:26 +0200 Message-ID: References: <87hcm6h9mg.fsf@bzg.ath.cx> <877in2h844.fsf@bzg.ath.cx> <87d4wubjv1.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITgAV-0006Rd-Ai for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:54:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITgAS-0006P2-GE for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:54:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITgAS-0006Oq-AU for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:54:48 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITgAR-0006Up-6I for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 11:54:47 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ITgAL-00074p-Fl for emacs-orgmode@gnu.org; Fri, 07 Sep 2007 17:54:41 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Sep 2007 17:54:41 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Sep 2007 17:54:41 +0200 In-Reply-To: <87d4wubjv1.fsf@bzg.ath.cx> 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 Bastien schrieb: > 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 > > > _______________________________________________ > 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 > perfect, thank you! My fault: I started with the wrong TODO keyword, only looking after the search string ... Until now every time I needed something more org-mode provides it already - if only in the next version ... great tool. Rainer