From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to create agenda which ignores headings with deadline/scheduled dates older than 3 months Date: Mon, 30 Mar 2015 13:24:30 -0400 Message-ID: <87iodi760h.fsf@alphaville.usersys.redhat.com> References: <87oana34vy.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcdRQ-0001If-Vw for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 13:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcdRL-0002wL-TT for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 13:25:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:35574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcdRL-0002vi-Bc for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 13:25:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YcdRI-0007bC-2n for emacs-orgmode@gnu.org; Mon, 30 Mar 2015 19:25:28 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Mar 2015 19:25:28 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Mar 2015 19:25:28 +0200 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 Elwood151@web.de writes: > thanks a lot for your help! That looks great, however I don't get it to work: > > lightweight example agenda (shows also scheduled items which are >500 days old!): > > ("y1" "test" agenda "" ((org-agenda-todo-ignore-scheduled -30))) > > What am I doing wrong? > I'm still on org-mode 8.2.7c, is this the problem? > I don't think so: it seems that setting it globally DTRT for the global todo list (C-c a t). I'm not sure what it does (if anything) when you set it locally in a custom agenda, but in limited testing it certainly does not seem to do what you want. Nick