From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Active timestamp with notification in advance Date: Tue, 26 Feb 2008 17:01:58 -0500 Message-ID: <47C48C56.6050206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JU7sO-000599-IP for emacs-orgmode@gnu.org; Tue, 26 Feb 2008 17:02:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JU7sM-00058V-Ae for emacs-orgmode@gnu.org; Tue, 26 Feb 2008 17:02:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JU7sM-00058S-6D for emacs-orgmode@gnu.org; Tue, 26 Feb 2008 17:02:14 -0500 Received: from wx-out-0506.google.com ([66.249.82.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JU7sL-0004ZR-ON for emacs-orgmode@gnu.org; Tue, 26 Feb 2008 17:02:13 -0500 Received: by wx-out-0506.google.com with SMTP id s7so2849932wxc.24 for ; Tue, 26 Feb 2008 14:02:11 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, Currently we can set the number of days a deadline should be notified in advance with something like this: * TODO Do this DEADLINE: <2008-03-24 Mon -30d> But it does not work on a plain active time stamp like this: * TODO See Doctor <2008-03-24 Mon -30d> Can we consider adding this feature to plain active time stamp? It would be great for appointment notification. Thanks for giving that a thought. Wanrong