From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: suggestion: automatically recording entry creation date Date: Sat, 21 Nov 2009 14:01:50 -0600 Message-ID: <87ljhz640h.fsf@riotblast.dunsmor.com> References: <4b11f87e0910301913i75b7f899jd236c6a77ac869fe@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBw9b-0006T4-3l for emacs-orgmode@gnu.org; Sat, 21 Nov 2009 15:01:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBw9Z-0006Sk-Li for emacs-orgmode@gnu.org; Sat, 21 Nov 2009 15:01:53 -0500 Received: from [199.232.76.173] (port=36600 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBw9Z-0006Sh-H9 for emacs-orgmode@gnu.org; Sat, 21 Nov 2009 15:01:53 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:38628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBw9Y-0001wC-W1 for emacs-orgmode@gnu.org; Sat, 21 Nov 2009 15:01:53 -0500 In-Reply-To: <4b11f87e0910301913i75b7f899jd236c6a77ac869fe@mail.gmail.com> (Ilya Shlyakhter's message of "Fri, 30 Oct 2009 22:13:51 -0400") 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: Ilya Shlyakhter Cc: emacs-orgmode Ilya Shlyakhter writes: > 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? If you keep your org files in a git repo, you can use "git blame " to see when an entry was created.