From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: tags-tree question Date: Mon, 22 Jun 2009 13:56:38 +0200 Message-ID: References: <7171.1225288853@localhost> <30084876-7A14-42DA-93C6-B434BE43162F@uva.nl> <10913.1225668040@localhost> <874p2p4lw0.fsf@gollum.intra.norang.ca> <6724.1245583175@localhost> <871vpd8zso.fsf@gollum.intra.norang.ca> <22831.1245664393@localhost> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIi8o-0006Q5-Oh for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:56:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIi8j-0006Nq-Vn for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:56:50 -0400 Received: from [199.232.76.173] (port=35089 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIi8j-0006Nn-Sb for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:56:45 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:35231) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIi8j-0007eI-D3 for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 07:56:45 -0400 Received: by ewy20 with SMTP id 20so1377360ewy.42 for ; Mon, 22 Jun 2009 04:56:44 -0700 (PDT) In-Reply-To: <22831.1245664393@localhost> 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: Pete Phillips Cc: Bernt Hansen , emacs-orgmode@gnu.org On Jun 22, 2009, at 11:53 AM, Pete Phillips wrote: > Hi Bernt > > Bernt> That works for todo list searches only (not tags). There is a > Bernt> new variable org-agenda-tags-todo-honor-ignore-options which > you > Bernt> can set which I think does what you are looking for. I have > Bernt> this set to t in my setup. > > Thanks for that. > > As far as I can determine this stops any scheduled/deadlines appearing > *ever*. I want them to appear in my lists 30 days (for example) > before > their scheduled/deadline date. > > When you wrote: >> Bernt> This keeps all tasks with a schedules or deadline date >> out of >> Bernt> the list of tasks when searching for next tasks and by >> Bernt> default deadlines show up on the agenda 30 days before they >> Bernt> need to be done. > > Did you mean a custom agenda, or only the main agenda ? > > My requirement is to have them start appearing in my custom agendas > nearer the time. Pete, what exactly do you meam by "custom agenda" here. It is a tags/property/todo search? In that case you could try something like TODO="TODO"+DEADLINE<"<+1m>" as a search string HTH - Carsten P.S. Nice to know you are still around, still using Org ... :-) > > Cheers > Pete