From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: Meta-grouping properties? Date: 8 Jun 2010 21:12:29 +0200 Message-ID: <87bpblwd7m.fsf@rub.de> References: <87mxvdzsa3.fsf@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM4FZ-0004z0-Or for emacs-orgmode@gnu.org; Tue, 08 Jun 2010 15:14:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM4FV-0004ua-Da for emacs-orgmode@gnu.org; Tue, 08 Jun 2010 15:14:13 -0400 Received: from mx4.rz.ruhr-uni-bochum.de ([134.147.64.53]:55389) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OM4FV-0004tI-5I for emacs-orgmode@gnu.org; Tue, 08 Jun 2010 15:14:09 -0400 In-Reply-To: (Juri Krivov's message of "Thu, 3 Jun 2010 13:51:47 +0200") 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: Juri Krivov Cc: emacs-org Hi Juri Sorry for answering so late. I have been away from the PC for a while. Juri Krivov writes: > I dont' think this can be done yet. =C2=A0But.... > I am interested in this idea. =C2=A0How do you hope to define groups? =C2= =A0In variable > or in buffer with special group syntax? =C2=A0Should every search matching > for a name alwasy automatically always include groups, or do you think > there should be explicit call like > =C2=A0 =C2=A0 +groups(John) > in tags query? > I want to lear more lisp, so maybe I will try my hand on > his idea. =C2=A0Learning always goes better with project at hand. For my purpose, groups would mainly consist of teams, i.e. real people's names. Such teams could come into existence, vanish and change quite frequently. So it would be best, not to always define them in a complex Lisp expression in .emacs. I could think of buffer specific definitions as one of the most effective possibilities: #+METAGROUPS: (PR-Team(John Mary Sven)) (Website-Taskforce(Tom Fred Mary)) I think John's group(s) should always be matched when John is searched for, similar to tag inheritance. Thanks for trying (I wish I could) Sven