From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: tasks with days remaining? Date: Thu, 25 Feb 2010 11:36:45 +0100 Message-ID: <4B8652BD.7010509@jboecker.de> References: <11247c211002241630p35d8d9b1j88c87333db543ac7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nkb5b-00054F-Gy for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 05:37:03 -0500 Received: from [140.186.70.92] (port=45164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nkb5a-00053m-BF for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 05:37:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nkb5Z-0002jY-Ts for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 05:37:02 -0500 Received: from mail7.worldserver.net ([217.13.200.27]:50126) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nkb5Z-0002iq-HR for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 05:37:01 -0500 In-Reply-To: <11247c211002241630p35d8d9b1j88c87333db543ac7@mail.gmail.com> 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: Brian Brooks Cc: emacs-orgmode@gnu.org On 25.02.2010 01:30, Brian Brooks wrote: > Does a feature exist in org-mode where you can specify a deadline for a > particular TODO and org-mode displays the days remaining somewhere next > to the task? The feature you are looking for is deadlines; see "8.3 Deadlines and scheduling" in the manual. Also, check out the variable org-deadline-warning-days, which defaults to 14. This means that as soon as the deadline is less than two weeks away, it will show up in the agenda (and org-mode will display the number of days remaining). You can change this number globally through the variable. To change it for a single deadline to, say, 70 days: DEADLINE: <2010-02-26 Fr -70d> AFAIK, the number of days remaining will only be displayed in the agenda view and there is no feature that displays it in the actual org file. HTH, Jan