From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakob Lombacher Subject: Howto customize tags-todo to ignored scheduled Tasks Date: Fri, 3 Feb 2012 15:58:42 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKbC-0003Q8-Rh for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 09:58:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtKb5-00033v-Ur for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 09:58:50 -0500 Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:36417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtKb5-00033j-Q5 for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 09:58:43 -0500 Received: by obbta7 with SMTP id ta7so5555858obb.0 for ; Fri, 03 Feb 2012 06:58:42 -0800 (PST) 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: emacs-orgmode@gnu.org 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? Jakob