From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: a bug @ remember template Date: Mon, 01 Feb 2010 00:00:19 +0800 Message-ID: <87r5p6e030.fsf@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 1NbcES-0006fn-HA for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 11:01:04 -0500 Received: from [199.232.76.173] (port=48649 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbcES-0006fQ-3t for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 11:01:04 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbcEQ-00062T-8D for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 11:01:03 -0500 Received: from lo.gmane.org ([80.91.229.12]:44508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbcEP-00062N-RG for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 11:01:02 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NbcEM-00060O-H8 for emacs-orgmode@gnu.org; Sun, 31 Jan 2010 17:00:58 +0100 Received: from 61.164.42.188 ([61.164.42.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jan 2010 17:00:58 +0100 Received: from zhangweize by 61.164.42.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jan 2010 17:00:58 +0100 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@gnu.org I use org-remember for my contact records. This is a template in org-remember-templates ("Contact" ?c "* %^{Name} \n%[~/.contact]\n" "contact.org" "Contacts") the content of the file "~/.contact": :PROPERTIES: :Mobile: %^{mobile} :Email: :Added: %u :END: I found that the prompt "%^{mobile}" works, but *the inactive time stamp "%u" does not.* It is not replaced. I guess it is a bug.