From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Helm + org-set-tags Date: Fri, 26 Jul 2019 16:47:16 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000000de679058e9c7d57" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52210) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hr87L-0005mK-Km for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 17:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hr872-0003aw-Do for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 17:50:58 -0400 Received: from mail-io1-xd31.google.com ([2607:f8b0:4864:20::d31]:32821) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hr870-0002Eh-As for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 17:50:50 -0400 Received: by mail-io1-xd31.google.com with SMTP id z3so107839120iog.0 for ; Fri, 26 Jul 2019 14:47:28 -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: emacs-orgmode --0000000000000de679058e9c7d57 Content-Type: text/plain; charset="UTF-8" Hello all, I would like to use helm to select tags for my headings, and I'm having a tough time getting something to work. I would like the following behavior: 1) org-set-tags-command would show a list of all tags in my agenda files using the helm interface 2) I could set one tag for each call to org-set-tags-command. I've seen posts that want to be able to multi-select tags, but I don't want to over-complicate things. Currently, I'm using helm-core 2019-05-27 and org-mode 9.2.3 I have this set: ;; Always offer all agenda tags in capture and in normal operations (setq org-complete-tags-always-offer-all-agenda-tags 't) org-set-tags-command works fine if a headline does *not* have a tag. I get helm mode with all of the tags from my agenda-files shown. However, after I assign a tag to a headline, I no longer see the list of tags when I call org-set-tags-command. Instead I see: "Tags: :currtag:" prompt and no suggestions from helm. If I remove the tag, then my tags show up again in helm, but selecting another tag will then *replace* the current tag which is not what I want. Any ideas? I have removed all #+TAGS: "fast selection" from my org-files. I have this code on my machine, but it appears not to be working: https://github.com/emacs-helm/helm/pull/1439 Thanks, --Nate --0000000000000de679058e9c7d57 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello all,

<= /div>
I would like to use helm to select tags for my headings,
and I'm having a tough time getting something to work.

=
I would like the following behavior:

1)= org-set-tags-command would show a list of all tags
in my agenda = files using the helm interface

2) I could set one = tag for each call to org-set-tags-command.=C2=A0 I've=C2=A0
s= een posts that want to be able to multi-select tags, but I don't want t= o
over-complicate things.

Currently, I&#= 39;m using helm-core 2019-05-27 and org-mode
9.2.3

=
I have this set:
;; Always offer all agenda tags = in capture and in normal operations
(setq org-complete-tags-alway= s-offer-all-agenda-tags 't)

org-set-tags= -command works fine if a headline does *not* have a tag.=C2=A0 I get helm
mode with all of the tags from my agenda-files shown.=C2=A0 Howeve= r, after I assign
a tag to a headline, I no longer see the list o= f tags when I call org-set-tags-command.=C2=A0 Instead I see: "Tags: := currtag:" prompt and no suggestions from helm.=C2=A0 If I remove the t= ag, then my
tags show up again in helm, but selecting another tag= will then *replace* the current tag
which is not what I want.

Any ideas?

I have removed a= ll #+TAGS: "fast selection" from my org-files.

I have this code on my machine, but it appears not to be working:

Thanks,=
--Nate

--0000000000000de679058e9c7d57--