From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Hide-until (release time) for todos? Date: Mon, 05 Jan 2009 19:45:40 -0600 Message-ID: References: <4962AD11.1040101@sift.info> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LK10t-0001Ms-Ib for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 20:45:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LK10r-0001Mb-64 for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 20:45:46 -0500 Received: from [199.232.76.173] (port=43276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LK10q-0001MY-U9 for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 20:45:44 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:49768) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LK10q-0000Du-J4 for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 20:45:44 -0500 In-Reply-To: <4962AD11.1040101@sift.info> (Robert Goldman's message of "Mon\, 05 Jan 2009 19\:00\:01 -0600") 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: Robert Goldman Cc: emacs-orgmode@gnu.org Hi Robert, Robert Goldman writes: > Has anyone implemented a property that's the opposite of deadline for > Org TODOs? > > What I'd like is a property I could put on a TODO that would hide it > from agenda display (probably with some preference that would permit > unfiltered display) until a specified date. > I've wondered the same thing a couple times. But I usually end up asking myself: How would this be different from scheduling something in the future? I've found that the easiest solution to this problem is to schedule something in the future (e.g., C-c C-s +2w) and to get rid of the TODO keyword (C-c t , or t in the agenda). That way, the item will appear in my agenda on the date scheduled (and on every day thereafter), but won't show up in your global TODO list. (I suppose this use of the agenda is like a GTD style "tickler file.") > This would keep me from being overwhelmed by tasks that I have > deferred. > > Another possibility, I suppose, would be to have a special DEFERRED TODO > keyword, and just hide all the deferred tasks. But then I would like > some processing that would automagically un-defer them later. Sorry I can't help out on the elisp side of things. As a non-programmer, my preferred solution to this problem for unscheduled todos is exactly what you say---to create an inactive todo called "LATER." When I want to defer something, I simply switch it from TODO to LATER and then make sure that I review the LATER list once a week (a convienient agenda reminder helps here). In the end, I figure that I'm going to have to make a decision about whether I want or need to do something even if it is automatically activated. Just my two cents. I imagine there may well be other aspects to this problem I'm not considering, so please don't let my ramblings dissuade you from going forward. :) Best, Matt