From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org-agenda-ignore-scheduled not taken into account in custom agenda blocks? Date: Sat, 24 Nov 2012 11:11:31 -0500 Message-ID: <877gpbq8uk.fsf@norang.ca> References: <871ufu8gvz.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcIKM-000599-QF for emacs-orgmode@gnu.org; Sat, 24 Nov 2012 11:11:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcIKL-0007HH-Ug for emacs-orgmode@gnu.org; Sat, 24 Nov 2012 11:11:34 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:21157 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcIKL-0007HD-R8 for emacs-orgmode@gnu.org; Sat, 24 Nov 2012 11:11:33 -0500 In-Reply-To: (Alan Schmitt's message of "Tue, 20 Nov 2012 16:36:39 +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: Alan Schmitt Cc: Eric Abrahamsen , emacs-orgmode@gnu.org Alan Schmitt writes: > I decided to dig into this, and it's not a bug. One should set: > > (setq org-agenda-tags-todo-honor-ignore-options t) > > The trick was that these blocks were tag searches. Ah yes I'd forgotten about this variable - it's been set for ages in my configuration. tags-todo agenda searches are TAGS searches restricted to headings with non-done TODO states. So you need this variable set to ignore the scheduled tasks. I'm glad you figured it out :) Regards, Bernt