From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: wish list: sort tasks by age Date: Wed, 01 Jul 2009 13:57:08 +0200 Message-ID: <87hbxwipkb.fsf@bzg.ath.cx> References: <9FE27D7D-3CB3-4B17-9061-0AFF0FCD0AFF@contrapunctus.net> 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 1MLyRC-0006cH-02 for emacs-orgmode@gnu.org; Wed, 01 Jul 2009 07:57:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLyR4-0006bd-U4 for Emacs-orgmode@gnu.org; Wed, 01 Jul 2009 07:57:16 -0400 Received: from [199.232.76.173] (port=36856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLyR4-0006ba-Nr for Emacs-orgmode@gnu.org; Wed, 01 Jul 2009 07:57:10 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:44110) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLyR4-0008EO-6N for Emacs-orgmode@gnu.org; Wed, 01 Jul 2009 07:57:10 -0400 Received: by fg-out-1718.google.com with SMTP id l27so827840fgb.7 for ; Wed, 01 Jul 2009 04:57:09 -0700 (PDT) In-Reply-To: <9FE27D7D-3CB3-4B17-9061-0AFF0FCD0AFF@contrapunctus.net> (Christopher League's message of "Tue, 30 Jun 2009 16:04:39 -0400") 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: Christopher League Cc: Emacs-orgmode@gnu.org Christopher League writes: > I would love to be able to sort TODOs by their age, so it becomes > painfully obvious what I have been ignoring. Since org relies on free- > form text (a strength), it's tricky to ensure that every item gets a > creation-time' property. But it doesn't need to be accurate to the > second; even a script that added that property once every day or so > might do the trick. Check org-expiry.el in Org's contrib directory, it might do what you want. (I still need to write a tutorial about this.) -- Bastien