emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] New implementation of the Org remember process ready for c


From: Carsten Dominik
Subject: Re: [Orgmode] New implementation of the Org remember process ready for comments and testing
Date: Wed, 23 Jun 2010 10:18:17 +0200


On Jun 23, 2010, at 10:05 AM, Sebastian Rose wrote:

Carsten Dominik <address@hidden> writes:
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


Err, sorry, my fault.

This here works as expected:

   "* DONE %u  (%^{Sport|run|run|swim|wout})  %^{Distance}  x:xx
     :PROPERTIES:
     :date:     %u
     :pace:     x:xx
     :kcal:     xxx
     %^{meters}p %^{start}p %^{time}p %^{type}p %^{rpuls}p
     :END:"

No idea why I didn't try to put the `:END:' to the end :-/




The way properties are added in templates are likely to change
soon, stay tuned...

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]