From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-capture: active timestamp in template doesn't seem to work Date: Fri, 2 Jul 2010 09:08:41 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35195 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUayj-0006IQ-DH for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 03:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUayh-0002jC-QV for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 03:48:05 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:49713) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUayh-0002ih-M8 for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 03:48:03 -0400 Received: by mail-ww0-f49.google.com with SMTP id 14so2570104wwi.30 for ; Fri, 02 Jul 2010 00:48:03 -0700 (PDT) In-Reply-To: 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: Markus Heller Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Jun 30, 2010, at 8:29 PM, Markus Heller wrote: > Hello all, > > the following 2 templates yield identical results, although the > second should give date + time according to my understanding. > > (setq org-capture-templates > '(("m" "Meeting" entry (file "h:/org/refile.org") > "* Subject: %^{Subject} \t\t\t:MEETING:\n :PROPERTIES:\n :Created: > %U\n :END:\n When: %^{When}T\n%?" > ;; the above template has %^T which should give date + time > ;; but it only yields the date > :clock-in t :clock-resume t) > ("n" "Meeting" entry (file "h:/org/refile.org") > "* Subject: %^{Subject} \t\t\t:MEETING:\n :PROPERTIES:\n :Created: > %U\n :END:\n When: %^{When}t\n%?" > :clock-in t :clock-resume t))) > > Any idea as to why? Or is this a bug? > > Thanks > Markus > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten