From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Filtering the global todo list in a custom agenda Date: Wed, 30 Sep 2009 23:51:22 +0200 Message-ID: References: <4EFF2D9E-7DAF-4F64-9391-BFF48F3D890C@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt75B-0000iE-BG for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 17:51:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt756-0000Zq-B6 for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 17:51:32 -0400 Received: from [199.232.76.173] (port=37362 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt755-0000ZX-Uw for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 17:51:28 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:48182) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt755-0000dL-Hg for emacs-orgmode@gnu.org; Wed, 30 Sep 2009 17:51:27 -0400 Received: by ewy4 with SMTP id 4so4898255ewy.31 for ; Wed, 30 Sep 2009 14:51:26 -0700 (PDT) In-Reply-To: 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: PT Cc: emacs-orgmode@gnu.org On Sep 30, 2009, at 8:20 PM, PT wrote: > Carsten Dominik gmail.com> writes: > >>> >> >> The todo agenda is not very good in matching. Better to use the >> tags- >> todo view, but specify no tags, onlt a todo match after the slash: >> >> (setq org-agenda-custom-commands >> '(("h" "Agenda and todo" >> ((agenda "") >> (tags-todo "/-test"))))) > > The problem with tags-todo it also shows the TODO items with active > timestamps, but I don't want them there (they show up in the agenda > block), that's why I have org-agenda-todo-ignore-with-date set to t. > > And that's why I tried to filter alltodo, because tags-todo ignores > this setting. :( No reason not to smile :-) (setq org-agenda-tags-todo-honor-ignore-options t) HTH - Carsten