From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Huchler Subject: Re: how to group together fields Date: Sun, 23 Feb 2014 02:12:10 +0100 Message-ID: <87siraiqdx.fsf@mars.lan> References: <87fvo5tqvo.fsf@mars.lan> <87fvo4bcjw.fsf@gmail.com> <87r47nshuh.fsf@mars.lan> <87bnyrayda.fsf@gmail.com> <87ioszrr6l.fsf@mars.lan> <87wqhf9fmy.fsf@gmail.com> <87d2j7rno9.fsf@mars.lan> <87txcgy3ya.fsf@bzg.ath.cx> <8738k09q13.fsf@mars.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHNcP-0006Ga-0n for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 20:12:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHNcH-0007aS-KD for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 20:12:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:59824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHNcH-0007aI-Dx for emacs-orgmode@gnu.org; Sat, 22 Feb 2014 20:12:25 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WHNcF-0004oh-Uv for emacs-orgmode@gnu.org; Sun, 23 Feb 2014 02:12:23 +0100 Received: from hsi-kbw-109-193-108-156.hsi7.kabel-badenwuerttemberg.de ([109.193.108.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 02:12:23 +0100 Received: from stefan.huchler by hsi-kbw-109-193-108-156.hsi7.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Feb 2014 02:12:23 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org thank you Michael, that works great, sadly I have to type in the name of the shop redundantly but I can live with that, with a good org-capture template I could tab-complete them so it would not be that problem. I dont want to bother you endlessly but just if you happen to know that randomly: can you somehow define a template that autocompletes to all other values like that: %^{Shop|shop 1|shop 2|**all-knows-old-choices**} that would that make perfekt but I think thats maybe a wet dream ;) A second question for me in trying to understand your code: @I$4..@>$4 I get @> stands for something like first line or is it a * wildcard? I should find that somewhere in doku but what does @I stand for? Maybe I should not try to understand it ;) Thx again ;)