From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: suggestion: automatically recording entry creation date Date: Fri, 30 Oct 2009 22:13:51 -0400 Message-ID: <4b11f87e0910301913i75b7f899jd236c6a77ac869fe@mail.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 1N43Ta-0006cY-WC for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 22:13:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N43TV-0006bx-J3 for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 22:13:57 -0400 Received: from [199.232.76.173] (port=46719 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N43TV-0006bu-E8 for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 22:13:53 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:45771) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N43TV-0006Hv-5i for emacs-orgmode@gnu.org; Fri, 30 Oct 2009 22:13:53 -0400 Received: by ewy7 with SMTP id 7so1503726ewy.31 for ; Fri, 30 Oct 2009 19:13:51 -0700 (PDT) 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: emacs-orgmode A frequently-needed task is to find recently created entries. Right now I do this by manually pasting a date into each entry, and using the timeline agenda. Maybe, there are better ways? E.g. have the option to automatically record a property, "Creation-date", when an entry is created. There would be much clutter if every entry had a :PROPERTIES: line. But maybe there could be an option to hide the :PROPERTIES: lines completely, unless it contained some user-defined properties. Or, creation date could be stored as a text property, to avoid clutter, for long-running emacs sessions. But it would be lost when the file is closed. Maybe at file-closing time it could be converted to a normal property in the :PROPERTIES: drawer. Or maybe there are other options? ilya