From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to change CREATED property value to inactive in org-expiry Date: Mon, 28 Dec 2009 19:48:13 +0100 Message-ID: References: <877hs8bx7n.wl%maus.david@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPKdi-0004b2-7Q for emacs-orgmode@gnu.org; Mon, 28 Dec 2009 13:48:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPKdd-0004ZD-OS for emacs-orgmode@gnu.org; Mon, 28 Dec 2009 13:48:21 -0500 Received: from [199.232.76.173] (port=49210 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPKdd-0004Z7-C7 for emacs-orgmode@gnu.org; Mon, 28 Dec 2009 13:48:17 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:64085) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPKdd-0000hO-2t for emacs-orgmode@gnu.org; Mon, 28 Dec 2009 13:48:17 -0500 Received: by fxm28 with SMTP id 28so1931019fxm.26 for ; Mon, 28 Dec 2009 10:48:16 -0800 (PST) In-Reply-To: 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: Manish Cc: Org-Mode On Dec 27, 2009, at 11:50 AM, Manish wrote: > 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. Hi, Please contact Bastien about this. - Carsten