From mboxrd@z Thu Jan 1 00:00:00 1970 From: jenia.ivlev@gmail.com (jenia.ivlev) Subject: How to use helm to get suggestion for tags in org-mode? Date: Tue, 23 Dec 2014 12:39:22 -0500 Message-ID: <87ioh2clkl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3IVx-0002TZ-FR for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 01:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y3IVq-0002nW-0n for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 01:00:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:55326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y3IVp-0002kq-Qp for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 01:00:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y3IVo-0007ka-BK for emacs-orgmode@gnu.org; Tue, 23 Dec 2014 07:00:04 +0100 Received: from modemcable115.14-82-70.mc.videotron.ca ([70.82.14.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 07:00:04 +0100 Received: from jenia.ivlev by modemcable115.14-82-70.mc.videotron.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Dec 2014 07:00:04 +0100 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 Hello: This is probably a question for the helm channel but maybe someone here knows. When I leave a tag for a node in org-mode, I press C-c C-c on that node and helm provides me with suggestions for tags. But when I want to put a second tag there, and press C-c C-c, helm doesnt provide me with suggestions. Instead, on the text-bar on the bottom, it says :bash: for example, if that was the orginal tag I left put there. However, I want helm to provide me with suggestions of other tags I used elsewhere. Therefore I erase :bash: in the text-bar on the bottom and helm provides me with all the previously entered tags but if I choose one of them, the original tag is erased. So how do I use helm together with org-mode tags in such a way as for helm to provide me with suggestions regarding the available tags? Thanks in advnance for your kind help. Jenia