From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Russel Subject: Re: removing blocked tasks from custom agenda view Date: Sun, 28 Mar 2010 21:20:08 +0200 Message-ID: <6a0fb23b1003281220w1dac6cddrf35eab18cdaf442b@mail.gmail.com> References: <6a0fb23b1003280543r4fd9e40cw69d1546058eaa518@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nvy2C-0000Sf-Bx for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 15:20:32 -0400 Received: from [140.186.70.92] (port=41966 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nvy2B-0000SK-2B for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 15:20:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nvy29-0001dC-7Z for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 15:20:30 -0400 Received: from mail-fx0-f224.google.com ([209.85.220.224]:34737) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nvy29-0001cq-2x for emacs-orgmode@gnu.org; Sun, 28 Mar 2010 15:20:29 -0400 Received: by fxm24 with SMTP id 24so63252fxm.26 for ; Sun, 28 Mar 2010 12:20:28 -0700 (PDT) In-Reply-To: <6a0fb23b1003280543r4fd9e40cw69d1546058eaa518@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: emacs-orgmode@gnu.org > =A0I created a custom agenda view with: > =A0(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.