From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: property values and timestamps Date: Fri, 14 Oct 2011 12:36:48 +0200 Message-ID: <83ipnr6erj.fsf@yahoo.it> References: <11282.1318570032@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REf7y-0004Hk-Lm for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 06:36:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REf7x-00015L-Q6 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 06:36:34 -0400 Received: from nm24-vm7.bullet.mail.ukl.yahoo.com ([217.146.176.223]:48275) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1REf7x-00015B-F0 for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 06:36:33 -0400 In-Reply-To: <11282.1318570032@alphaville.dokosmarshall.org> (Nick Dokos's message of "Fri, 14 Oct 2011 01:27:12 -0400") 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: nicholas.dokos@hp.com Cc: Skip Collins , emacs-org list Nick Dokos writes: > Skip Collins wrote: > >> I store a timestamp in a property. You can use a capture template: (setq org-capture-templates (quote (("a" "vArious" entry (file+headline "c:/myfile.org" "Appt") ":PROPERTIES: :Birthday: %^u :END:)))) hth Giovanni