From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: New implementation of the Org remember process ready for comments and testing Date: Wed, 23 Jun 2010 06:23:20 +0200 Message-ID: <12E6C66C-85F4-4727-A482-4DE5C1AF7E31@gmail.com> References: <87vd9a7ha1.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60645 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORHUj-0003yn-80 for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 00:23:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORHUi-00016U-9P for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 00:23:25 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50322) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORHUi-00016M-4G for emacs-orgmode@gnu.org; Wed, 23 Jun 2010 00:23:24 -0400 Received: by wyf23 with SMTP id 23so174206wyf.0 for ; Tue, 22 Jun 2010 21:23:23 -0700 (PDT) In-Reply-To: <87vd9a7ha1.fsf@gmx.de> 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: Sebastian Rose Cc: Org Mode On Jun 23, 2010, at 1:56 AM, Sebastian Rose wrote: > > > 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. I cannot reproduce this. - Carsten > > There should be a way to set properties automatically, like :date: in > this case, and still prompt for others. > > > Sebastian > > - Carsten