From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harald Weis Subject: Atomized completion list for multi-value property keys Date: Fri, 5 Feb 2010 23:09:53 +0100 Message-ID: <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 1NdWNK-0001bZ-3V for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 17:10:06 -0500 Received: from [199.232.76.173] (port=42931 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdWNJ-0001bL-JO for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 17:10:05 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdWNI-0000Vz-Bi for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 17:10:05 -0500 Received: from smtp4-g21.free.fr ([212.27.42.4]:60691) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdWNH-0000V9-BO for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 17:10:04 -0500 Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id 1703F4C80D2 for ; Fri, 5 Feb 2010 23:09:56 +0100 (CET) Received: from groucho.local.net (che78-3-82-246-30-233.fbx.proxad.net [82.246.30.233]) by smtp4-g21.free.fr (Postfix) with ESMTP id 3197A4C813A for ; Fri, 5 Feb 2010 23:09:54 +0100 (CET) Content-Disposition: inline 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 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 ? Thank you in advance. Harald Weis