From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Howto customize tags-todo to ignored scheduled Tasks Date: Fri, 03 Feb 2012 12:09:40 -0500 Message-ID: <877h03etd7.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMdu-0005zv-VX for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 12:09:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtMdt-0006eD-Op for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 12:09:46 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:13690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtMdt-0006dp-MC for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 12:09:45 -0500 In-Reply-To: (Jakob Lombacher's message of "Fri, 3 Feb 2012 15:58:42 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jakob Lombacher Cc: emacs-orgmode@gnu.org Jakob Lombacher writes: > I'd like to make a TODO list, filtered by TAGS. This is working so > far, but now I also want to filter the scheduled TODOs. > > I thought something like that should do it, but it doesn't: > > ("1" "asdf" tags-todo "HOME" ((org-agenda-todo-ignore-scheduled 'all) > > (org-agenda-todo-ignore-with-date 'all))) > > Has anybody an idea how to do it? Hi Jakob, You probably want to also set this variable org-agenda-tags-todo-honor-ignore-options I just set that globally with (setq org-agenda-tags-todo-honor-ignore-options t) Regards, Bernt