From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 01:56:54 +0200 Message-ID: <87vd9a7ha1.fsf@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORDKl-0003oT-Fd for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 19:56:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORDKk-0002ke-5F for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 19:56:51 -0400 Received: from mail.gmx.net ([213.165.64.20]:34916) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1ORDKj-0002kK-NF for emacs-orgmode@gnu.org; Tue, 22 Jun 2010 19:56:50 -0400 In-Reply-To: (Carsten Dominik's message of "Tue, 22 Jun 2010 14:36:15 +0200") 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: Carsten Dominik Cc: Org Mode I have a problem with the properties and org-capture-templates. "* DONE %u (%^{Sport|run|run|swim|wout}) %^{Distance} x:xx :PROPERTIES: :date: %u :pace: x:xx :kcal: xxx :END: %^{meters}p %^{start}p %^{time}p %^{type}p %x^{rpuls}p" results in: * DONE [2010-06-23 Mi] (run) 22222 x:xx :PROPERTIES: :meters: 22222 :start: 16:00 :time: 01:30:00 :type: lgDL :END: :date: [2010-06-23 Mi] :pace: x:xx :kcal: xxx :END: Note the :END: after the :type: property. There should be a way to set properties automatically, like :date: in this case, and still prompt for others. Sebastian