From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Poslavsky Subject: Active timestamp drawer with inactive creation-date Date: Tue, 12 Mar 2013 13:56:06 +0100 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFOkX-0005an-PS for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 08:56:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFOkV-00084c-P7 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 08:56:13 -0400 Received: from mail-ee0-f47.google.com ([74.125.83.47]:53788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFOkV-00084U-Ix for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 08:56:11 -0400 Received: by mail-ee0-f47.google.com with SMTP id e52so2668834eek.6 for ; Tue, 12 Mar 2013 05:56:10 -0700 (PDT) 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 Org mode Hi! I actively use timestamps to plan my day. When I have a task, I add a = time-stamp to it with "C-." Then I plan the task, for example, for = tomorrow. I end up with: ** 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? Thanks, Alex=