From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: Re: Helm + Org-mode 9.2.5: Problem with org-set-tags Date: Tue, 13 Aug 2019 17:46:03 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000002f3aa7058ffc8476" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56286) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hxTO3-0001bS-1x for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 05:46:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxTO1-0005j9-GO for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 05:46:39 -0400 Received: from mail-vk1-xa43.google.com ([2607:f8b0:4864:20::a43]:35970) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hxTO1-0005iV-4d for emacs-orgmode@gnu.org; Tue, 13 Aug 2019 05:46:37 -0400 Received: by mail-vk1-xa43.google.com with SMTP id b69so21344665vkb.3 for ; Tue, 13 Aug 2019 02:46:36 -0700 (PDT) In-Reply-To: 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: Nathan Neff Cc: emacs-orgmode --0000000000002f3aa7058ffc8476 Content-Type: text/plain; charset="UTF-8" Seems newly added a package which seems is separated from helm.el. https://github.com/emacs-helm/helm-org [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Sun, Aug 11, 2019 at 7:33 AM Nathan Neff wrote: > I think I found the problem and have a fix! > > Long story short, I modified my helm-completing-read-handlers-alist > and added an entry: > (add-to-list 'helm-completing-read-handlers-alist > `(org-set-tags-command . helm-org-completing-read-tags) > ) > > I have all the gory details here: > https://github.com/emacs-helm/helm/issues/2183 > > Thanks all for your help, hope this helps someone else too :) > --Nate > > > > On Sat, Aug 10, 2019 at 4:01 PM Nathan Neff wrote: > >> >> >> On Sat, Aug 10, 2019 at 3:44 PM Nathan Neff >> wrote: >> >>> Hello all, >>> >>> I created a VM, installed Emacs 26.2 fresh, and installed various >>> versions >>> of org-mode using the tar.gz files from https://orgmode.org/ >>> >>> I replaced org-mode in /usr/share/emacs/26.2/lisp/org with various older >>> versions until I found the version of org-mode that breaks the helm tags >>> completion. >>> >>> I found that the latest version of org where the feature works is >>> Org-mode version 9.1.9. >>> >> >> Oops - my aplogies - I assumed that the org-versions stopped at 9.1.9. I >> tested Org 9.1.14 which (to >> my knowledge) is the last of the 9.1.X versions, and Org 9.1.14 works >> correctly. >> >> I tested Org version 9.2 and Org version 9.2 is the version that breaks >> the tags functionality >> from Helm. >> >> >> >>> I will spelunk around in the code to see what might have changed the >>> behavior - if anyone has >>> suggestions or doesn't have this problem with an older version of org, >>> please let me know - it could >>> easily be something that I have set incorrectly. >>> >>> Thanks, >>> --Nate >>> >>> >>> >>> >>> >>> >>> >>> On Fri, Aug 9, 2019 at 4:28 PM Nathan Neff >>> wrote: >>> >>>> Hello all, >>>> >>>> I'm hitting this problem with Org-mode 9.2.5: >>>> https://groups.google.com/forum/#!topic/emacs-helm/tA6cn6TUdRY >>>> >>>> Problem synopsis: When I use org-set-tags on a heading >>>> with no tags, Helm gives me the correct prompt w/a list of all my tags. >>>> After I have entered a single tag, then no more Helm suggestions are >>>> offered. This is the bug, and it was fixed at some point. >>>> >>>> Helm + org-mode *work correctly* when I run emacs using >>>> the elpa/helm-20190726/emacs-helm.sh script which comes with Helm >>>> for debugging purposes. I notice that the org-version in the *working* >>>> example >>>> is 9.1.9 (which is, I presume) the stock org-mode that comes with Emacs. >>>> >>>> I have reproduced this problem on both Linux and OSX. >>>> >>>> Can anyone suggest a next step to take? >>>> >>>> Thanks, >>>> --Nate >>>> >>>> --0000000000002f3aa7058ffc8476 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Seems newly added a package which seems is separated from = helm.el.


[stardiviner]=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <Hack this world!>=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 GPG key ID: 47C32433
IRC(freeenode): stardivine= r =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Twitter:=C2=A0 @numbchild
Key= fingerprint =3D 9BAA 92BC CDDD B9EF 3B36=C2=A0 CB99 B8C4 B8E5 47C3 2433Blog: http://s= tardiviner.github.io/


On Sun, Aug = 11, 2019 at 7:33 AM Nathan Neff <nathan.neff@gmail.com> wrote:
I think I found the problem an= d have a fix!

Long story short, I modified my = helm-completing-read-handlers-alist
and added an entry:
=
(add-to-list 'helm-completing-read-handlers-alist
=C2=A0 =C2= =A0 `(org-set-tags-command . helm-org-completing-read-tags)
)
=
I have all the gory details here:

Thanks all fo= r your help, hope this helps someone else too :)
--Nate
=



On Sat, Aug 10, 2019 at 4:01 PM Na= than Neff <na= than.neff@gmail.com> wrote:


On Sat, Aug 10, 20= 19 at 3:44 PM Nathan Neff <nathan.neff@gmail.com> wrote:
Hello all,

I created a VM, installed Emacs 26.2 fresh, and installed= various versions
of org-mode using the tar.gz files from https://orgmode.org/
<= div>
I replaced org-mode in /usr/share/emacs/26.2/lisp/org wi= th various older
versions until I found the version of org-mode t= hat breaks the helm tags completion.

I found that = the latest version of org where the feature works is Org-mode version 9.1.9= .

Oops - my aplogies - I assume= d that the org-versions stopped at 9.1.9.=C2=A0 I tested Org 9.1.14 which (= to
my knowledge) is the last of the 9.1.X versions, and Org 9.1.1= 4 works correctly.

I tested Org version 9.2 an= d Org version 9.2 is the version that breaks the tags functionality
from Helm.



I will spelunk= around in the code to see what might have changed the behavior - if anyone= has
suggestions or doesn't have this problem with an older v= ersion of org, please let me know - it could
easily be something = that I have set incorrectly.

Thanks,
--N= ate







On Fri, Aug 9, 2019 at 4:28 PM Nathan Neff <nathan.neff@gmail.com&g= t; wrote:
Hello all,

I'm hitting this pr= oblem with Org-mode 9.2.5:

Problem synopsis:=C2=A0 When I use org-set-tags on a heading
<= div>with no tags, Helm gives me the correct prompt w/a list of all my tags.=
After I have entered a single tag, then no more Helm = suggestions are
offered.=C2=A0 This is the bug, and it was fixed = at some point.

Helm + org-mode *work correctly= * when I run emacs using
the elpa/helm-20190726/emacs-helm.sh scr= ipt which comes with Helm
for debugging purposes.=C2=A0 I no= tice that the org-version in the *working* example
is 9.1.9 (whic= h is, I presume) the stock org-mode that comes with Emacs.

I have reproduced this problem on both Linux and OSX.
Can anyone suggest a next step to take?

Thanks,
--Nate

--0000000000002f3aa7058ffc8476--