From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Active timestamp drawer with inactive creation-date Date: Wed, 13 Mar 2013 10:04:52 +0100 Message-ID: <874ngfisaz.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFhcI-0000cn-Mu for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFhcC-0005SU-FG for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:04:58 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:45945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFhcC-0005SN-9D for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 05:04:52 -0400 Received: by mail-we0-f178.google.com with SMTP id o45so736437wer.37 for ; Wed, 13 Mar 2013 02:04:51 -0700 (PDT) In-Reply-To: (Alexander Poslavsky's message of "Tue, 12 Mar 2013 13:56:06 +0100") 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: Alexander Poslavsky Cc: Emacs Org mode Hi Alexander, Alexander Poslavsky writes: > ** important task <2013-03-13 Wed> > :PROPERTIES: > :CREATED: <2013-03-12 Tue 13:52> > :END: > > The property drawer has an active time-stamp, which in turn appears > in my agenda. What I want to end up is, an inactive time-stamp in > the drawer: > > ** important task <2013-03-13 Wed> > :PROPERTIES: > :CREATED: [2013-03-12 Tue 13:52] > :END: > > At the moment I change it by hand, but laziness is the key to > progress, so: how do I do this? I think you want this: (setq org-expiry-inactive-timestamps t) HTH, -- Bastien