From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: removing blocked tasks from custom agenda view Date: Mon, 29 Mar 2010 14:29:55 +0200 Message-ID: <700D264B-E9D7-4F31-90A3-B901090C8E49@gmail.com> References: <6a0fb23b1003280543r4fd9e40cw69d1546058eaa518@mail.gmail.com> <6a0fb23b1003281220w1dac6cddrf35eab18cdaf442b@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwE86-0006g5-JG for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 08:31:42 -0400 Received: from [140.186.70.92] (port=54331 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwE85-0006cG-1X for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 08:31:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwE84-0001qk-0D for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 08:31:40 -0400 Received: from mail-ew0-f218.google.com ([209.85.219.218]:34624) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwE83-0001qd-Po for emacs-orgmode@gnu.org; Mon, 29 Mar 2010 08:31:39 -0400 Received: by ewy10 with SMTP id 10so174600ewy.32 for ; Mon, 29 Mar 2010 05:31:39 -0700 (PDT) In-Reply-To: <6a0fb23b1003281220w1dac6cddrf35eab18cdaf442b@mail.gmail.com> 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: Alexandre Russel Cc: emacs-orgmode@gnu.org On Mar 28, 2010, at 9:20 PM, Alexandre Russel wrote: >> I created a custom agenda view with: >> (tags-todo "CALLS\|PC") >> but it shows all the todo, even the blocked task. How can I make >> tags-todo respect the org-agenda-dim-blocked-tasks settings ? > > I believe this is because the agenda view of tags-todo doesn't have > the 'todo-state property so org-blocker-hook are never called. tags-todo views have this property. - Carsten