From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: How to change CREATED property value to inactive in org-expiry Date: Sun, 27 Dec 2009 16:20:42 +0530 Message-ID: References: <877hs8bx7n.wl%maus.david@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOqiK-0008Jw-MX for emacs-orgmode@gnu.org; Sun, 27 Dec 2009 05:51:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOqiG-0008Fu-03 for emacs-orgmode@gnu.org; Sun, 27 Dec 2009 05:51:08 -0500 Received: from [199.232.76.173] (port=43062 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOqiF-0008Fl-OD for emacs-orgmode@gnu.org; Sun, 27 Dec 2009 05:51:03 -0500 Received: from mail-iw0-f188.google.com ([209.85.223.188]:43109) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOqiF-0001nc-Ee for emacs-orgmode@gnu.org; Sun, 27 Dec 2009 05:51:03 -0500 Received: by iwn26 with SMTP id 26so6191037iwn.14 for ; Sun, 27 Dec 2009 02:51:02 -0800 (PST) In-Reply-To: <877hs8bx7n.wl%maus.david@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: David Maus Cc: Org-Mode Manish>> I have just spent an hour trying to figure out how to change Manish>> the timestamp added as a result of org-expiry-insinuate to Manish>> inactive with no success. It seems to me that I need to Manish>> change something in function org-expiry-insert-created but Manish>> don't know what. I also do not understand in which Manish>> situations does an active timestamp for CREATED property make Manish>> sense. David> I recently started to patch org-expiry.el and enabling inactive David> timestamps was the first thing I patched. The modified version David> is on the expiry+ branch in a copy of org-mode @github.com: David> David> http://github.com/dmj/org-mode/tree/expiry+ David> David> I hope I got the git-things rights this time so fetching and David> merging it with a local branch of the original should work. David> David> Next thing on my list is to toggle auto inserting of the David> creation date for Todo headlines only. David> David> To enable inactive timestamps when using the expiry+ branch David> simply set the variable `org-expiry-inactive-timestamps' to t. Works as advertised. :) Hope the patch makes it to org-mode soon. Thank you. Best regards -- Manish