From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Weis Subject: Re: Atomized completion list for multi-value property keys Date: Wed, 10 Feb 2010 16:11:52 +0100 Message-ID: <20100210151152.GA6192@pollux.local.net> References: <20100205220953.GA2979@groucho.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NfEEU-0000Gx-3V for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 10:12:02 -0500 Received: from [199.232.76.173] (port=47994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NfEET-0000Gp-NW for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 10:12:01 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NfEES-0008MG-LD for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 10:12:01 -0500 Received: from smtp4-g21.free.fr ([212.27.42.4]:38579) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NfEER-0008Lg-E6 for emacs-orgmode@gnu.org; Wed, 10 Feb 2010 10:12:00 -0500 Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id D07884C8198 for ; Wed, 10 Feb 2010 16:11:55 +0100 (CET) Received: from pollux.local.net (che78-3-82-246-30-233.fbx.proxad.net [82.246.30.233]) by smtp4-g21.free.fr (Postfix) with ESMTP id F29364C8035 for ; Wed, 10 Feb 2010 16:11:52 +0100 (CET) Content-Disposition: inline In-Reply-To: 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: emacs-orgmode@gnu.org On Wed, Feb 10, 2010 at 01:56:54PM +0100, Carsten Dominik wrote: > > On Feb 5, 2010, at 11:09 PM, Harald Weis wrote: > > >For example, the key sequence "C-c / p " > >yields the following completion list: > > > >colon colon_rss oesoph colon_colosc > >prost_echogr vitd vitd prost_psa > >vitd prost_tr > > > >In _addition_ to this, I need a completion list where all > >multi-values are atomized: > > > >colon colon_colosc colon_rss > >oesoph prost_echogr prost_psa > >prost_tr vitd > > > >A practical key sequence could use instead of . > > > >Is there an ``easy'' way to achieve this or is it a major job ? > > Well, it is not implemented current, and it would he hard to implement > in the current C-c C-x C-p command - because Org- does not know which > properties are multivalued and which are not. So a special command > would be needed. > > I don't think it is hard to make, using the multivalued property API. > But I also don't think many people use it, so I am not going to do it > right now. WOuld you like to try? Thank you for this message. Yes, I will try and report if I can find a way (or not). It may take some time for me, but I certainly will try. Harald