From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Bell Subject: Org-mode and icicles - tags Date: Wed, 14 Mar 2012 19:12:23 +0000 Message-ID: <4F60ED97.9040703@nickbell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7tce-0006ex-IP for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 15:12:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7tcY-0004nO-Fn for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 15:12:32 -0400 Received: from nickbell.org ([178.79.142.106]:57719 helo=becklake.nickbell.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7tcY-0004nB-9b for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 15:12:26 -0400 Received: from mini.home (d.nickbell.org [81.174.245.109]) by becklake.nickbell.org (Postfix) with ESMTPSA id D297416278 for ; Wed, 14 Mar 2012 19:12:23 +0000 (GMT) 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" I find Icicles useful in most areas of emacs, but it gets in the way when I'm trying to complete tags. This is probably as much of an Icicles question as an Org one. I do C-c C-q and see the existing tag for a heading e.g. ":boring:". I type "comp" and press TAB, hoping for completion to ":boring:computer:". Instead the existing tag "boring" is entirely replaced by the completed one "computer". If I turn off "icy mode", the behaviour is as expected. Does anyone else use Icicles and Org-mode, and if so have they found a way around this? Only relevant bit from custom-set-variables: '(icicle-TAB-completion-methods (quote (vanilla basic))) Thanks Nick