From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Adding tags, grouping tags Date: Fri, 15 Oct 2010 10:35:52 +0200 Message-ID: <2673DFCA-F3F1-4155-966C-F4EA739AA79A@gmail.com> References: <4CB74A73.2090202@gmx.de> <87k4lk57aj.fsf@noorul.maa.corp.collab.net> <20101015102958.9266699h4ij44e80@webmail.df.eu> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45149 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6flh-0002gi-Ab for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 04:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6flg-0005K5-Aw for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 04:36:01 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:65066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6flg-0005Jq-5Q for emacs-orgmode@gnu.org; Fri, 15 Oct 2010 04:36:00 -0400 Received: by ewy5 with SMTP id 5so297605ewy.0 for ; Fri, 15 Oct 2010 01:35:59 -0700 (PDT) In-Reply-To: <20101015102958.9266699h4ij44e80@webmail.df.eu> 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: Karl Maihofer Cc: emacs-orgmode@gnu.org On Oct 15, 2010, at 10:29 AM, Karl Maihofer wrote: > > Noorul Islam K M schrieb: >> I have something like this shamelessly copied from Bernt's doc. >> >> (setq org-tag-alist (quote ((:startgroup) >> ("@errand" . ?e) >> ("@office" . ?o) >> ("@home" . ?h) >> (:endgroup) >> ("PHONE" . ?p) >> ("NEXT" . ?n) >> ("WAITING" . ?w) >> ("HOME" . ?H) >> ("ORG" . ?O)))) > > Thanks for your reply! Correct me if I'm wrong, but doesn't this > "only" effect that if you add the tag @office, than add the tag > @home, the first will be deleted automatically? This is not the kind > of grouping what I am looking for. For me it should - by the way - > be possible to add several tags of the same group. > > I'd like to use the same selection keys for different tags. For > example I have the following groups: > > Group "people": > - Key "h" -> Holger > - Key "o" -> Otto I use TAB and then completion for people. Otherwise you run into trouble with two people starting with the same name, trusting your system too far.... - Carsten > > Group "contexts": > - Key "h" -> @home > - Key "o" -> @office > > To make this possible I think it is necessary to be able to select > the group in the first step, and then the tag you want to assign - > as it is possible for agenda groups. > > Any ideas? > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten