From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gilbert Subject: date added into logbook? Date: Mon, 28 May 2012 12:01:23 -0700 Message-ID: <27237E64-67BA-4FA4-8365-3EBF9DD00B94@gilbert.org> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ5Kp-0003CN-IC for emacs-orgmode@gnu.org; Mon, 28 May 2012 15:10:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZ5Kn-0004bh-Li for emacs-orgmode@gnu.org; Mon, 28 May 2012 15:10:31 -0400 Received: from peach.gilbert.org ([74.94.69.218]:61250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ5Kn-0004bU-CU for emacs-orgmode@gnu.org; Mon, 28 May 2012 15:10:29 -0400 Received: from localhost (localhost [127.0.0.1]) by peach.gilbert.org (Postfix) with ESMTP id 384CAB966B3 for ; Mon, 28 May 2012 12:01:33 -0700 (PDT) Received: from peach.gilbert.org ([127.0.0.1]) by localhost (peach.gilbert.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rT+tgUxpkJ8m for ; Mon, 28 May 2012 12:01:23 -0700 (PDT) Received: from [192.168.1.147] (unknown [10.1.10.11]) by peach.gilbert.org (Postfix) with ESMTPSA id E5FBBB966A4 for ; Mon, 28 May 2012 12:01:23 -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-orgmode Mailinglist Hi all =97 I've been slowly studying LISP to the point where I can at least READ = some of the code written by the amazing people in the Org-Mode = community, but I'm not yet at the point where I am willing to try to = write to much myself, especially given my need to learn much more about = the variables and functions in org-mode. (Well, I have been willing, but = since it takes me five hours still to do something I can do in a few = minutes in Python, I'm obviously just not there yet.) So, I am turning = to you for this one. I have a desire to better track the history of notes and tasks, as they = get created, refiled, etc. This involves several elements, but one of = them involves a piece that I've wanted for a while: a way to keep the = data that is lost when I refile an item from my default date-tree file =97= the date the item was created/added. Perhaps there is some obvious (but mysterious to me) variable I can set = for this, but I haven't found it. What I want is to be able to have a = string similar to the others added to the logbook (like " - Refiled on = [2012-05-28 Mon 11:33]"), but for the date/time the item first appeared.=20= Is anyone else already doing this? =97 Michael http://nonprofitnews.org http://gilbert.org