From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: assign tags via helm/avy? Date: Sun, 29 May 2016 18:00:29 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114edcf8931ef70533fc66d2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b72Cc-00086P-VV for emacs-orgmode@gnu.org; Sun, 29 May 2016 11:00:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b72Cc-0003w4-2M for emacs-orgmode@gnu.org; Sun, 29 May 2016 11:00:30 -0400 Received: from mail-yw0-x22b.google.com ([2607:f8b0:4002:c05::22b]:34138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b72Cb-0003vz-Uw for emacs-orgmode@gnu.org; Sun, 29 May 2016 11:00:30 -0400 Received: by mail-yw0-x22b.google.com with SMTP id c127so144627689ywb.1 for ; Sun, 29 May 2016 08:00:29 -0700 (PDT) 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" To: org mode --001a114edcf8931ef70533fc66d2 Content-Type: text/plain; charset=UTF-8 Hi guys i have a bunch of tags i define via (:startgroup) ("Where?") (:grouptags) ("@home" . ?h) ("@work" . ?w) ("@pc" . ?p) ("@family" . ?f) ("@shop" . ?s) (:endgroup) (:startgrouptag) ("people") (:grouptags) ("allan" . ?a) ("bob" . ?o) ("joel" . ?j) ("david" . ?d) ("boris" . ?b) ("massimo" . ?s) (:endgrouptag) anyone know of a way to quick add tags via a helm/avy interface? right now its quite cumbersome to press C-c then C-c to see a list of all tags. also some tags have the same key (?a) and then its impossible to select the 2nd one thx alot in advance Z --001a114edcf8931ef70533fc66d2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi guys

i have a bunch of tags i define= via

(:startgroup)
=C2=A0 =C2=A0 (&= quot;Where?")
=C2=A0 =C2=A0 (:grouptags)
=C2=A0 = =C2=A0 =C2=A0("@home" . ?h)
=C2=A0 =C2=A0 =C2=A0("= @work" . ?w)
=C2=A0 =C2=A0 =C2=A0("@pc" . ?p)
=C2=A0 =C2=A0 =C2=A0("@family" . ?f)
=C2=A0 =C2= =A0 =C2=A0("@shop" . ?s)
=C2=A0 =C2=A0 =C2=A0(:endgroup= )

(:startgrouptag)
=C2=A0 =C2=A0 ("= people")
=C2=A0 =C2=A0 (:grouptags)
=C2=A0 =C2=A0 = ("allan" . ?a)
=C2=A0 =C2=A0 ("bob" . ?o)
=C2=A0 =C2=A0 ("joel" . ?j)
=C2=A0 =C2=A0 ("= ;david" . ?d)
=C2=A0 =C2=A0 ("boris" . ?b)
=C2=A0 =C2=A0 ("massimo" . ?s)
=C2=A0 =C2=A0 =C2=A0(= :endgrouptag)

anyone know of a way to quick = add tags via a helm/avy interface?

right now its q= uite cumbersome to press C-c then C-c to see a list of all tags. also some = tags have the same key (?a) and then its impossible to select the 2nd one

thx alot in advance

Z
--001a114edcf8931ef70533fc66d2--