From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Hudson Subject: Re: Capture template creates multiple property drawers, help needed Date: Sat, 1 Oct 2016 11:26:47 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqHVL-0005qI-1Y for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 06:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqHVI-0000fU-HN for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 06:26:49 -0400 Received: from mail-ua0-x229.google.com ([2607:f8b0:400c:c08::229]:35890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqHVI-0000fG-DX for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 06:26:48 -0400 Received: by mail-ua0-x229.google.com with SMTP id n13so114464161uaa.3 for ; Sat, 01 Oct 2016 03:26:48 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Xebar Saram Cc: emacs orgmode-mailinglist You need to put the timestamp (%u) /after/ the drawer in the template. On 01/10/2016, Xebar Saram wrote: > Hi all > > so i have this useful to me capture template > > (add-to-list 'org-capture-templates > '("un" "resturant" > entry > (file+headline > "/home/zeltak/org/files/agenda/travel.org" > "NYC") > "* TOVISIT %^{Description} > %u > :PROPERTIES: > :Rating: %^{rating?|-|1|2|3|4|5} > :price: %^{price in local currancy?|-|0-10|10-20|20-30|30-50|50+} > :Source: %^{Source?} > :Type: %^{Type?|meal|breakfeast|dessert|street} > :Cuisine: > %^{Cuisine?|-|Indian|Thai|Vietnamese|Asian|Chinese|Israeli|Italian|American|EastEuro|Mexican|French|Persian|Austrian|Japan} > :Fav: %^{Fav|-|yes|no} > :END: > %? > " > )) > > > as you can see im constructing a capture template that will add a propery > drawer. i must be doping something wrong in my syntax as after a while when > other input are added to the created header down the road (org-id, date > etc) these create another property drawer. this looks like this > > **** TOVISIT Ample hill ice cream > :PROPERTIES: > :ID: 06a84670-baa9-4925-be93-b18252d6b684 > :END: > [2016-10-01 Sat] > :PROPERTIES: > :Rating: - > :price: 0-10 > :Source: http://www.amplehills.com/ > :Type: dessert > :Cuisine: American > :Fav: > :END: > > is there anyway to solve this issue? is my capture syntax wrong? > > best > > Z > -- phil.hudson@iname.com PGP/GnuPG ID: 0x887DCA63