From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrew M. Nuxoll" Subject: Still Wishing for Snooze Date: Mon, 21 Jan 2013 10:20:04 -0800 Message-ID: <50FD86D4.8080105@up.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLzF-0007BD-NH for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 13:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxLzC-0002r2-CU for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 13:20:49 -0500 Received: from esa2.up.iphmx.com ([68.232.135.153]:10625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxLzC-0002qp-6G for emacs-orgmode@gnu.org; Mon, 21 Jan 2013 13:20:46 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org A while ago I posted for help in adding an ability to "snooze" a to-do item: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20114.html At the time, the only solution available was to create a manual copy of the item. This approach creates as many problems as it solves for me. I've gotten so frustrated with this that I'm really to knuckle under and fix it myself. I'd like to modify the org-mode code to support the following: 1. Add a date tag to an entry that indicates that it is "inactive" until a certain date. I'm picturing something like this: ***** TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-11 Tue +1w> DELAY: <2013-01-24 Thu> 2. Add a command similar to org-deadline that I can use to attach a delay date to a to-do item 3. When I display my agenda, items that are delayed are not displayed. My e-lisp is pretty rusty so *any* advice or help is great. Could someone help point me to the right files and functions I'll need to modify to accomplish this? Thanks, Andrew