emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Helm + Org-mode 9.2.5: Problem with org-set-tags
@ 2019-08-09 21:28 Nathan Neff
  2019-08-09 22:15 ` Adam Porter
  2019-08-10 20:44 ` Nathan Neff
  0 siblings, 2 replies; 7+ messages in thread
From: Nathan Neff @ 2019-08-09 21:28 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 766 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1153 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Helm + Org-mode 9.2.5: Problem with org-set-tags
  2019-08-09 21:28 Helm + Org-mode 9.2.5: Problem with org-set-tags Nathan Neff
@ 2019-08-09 22:15 ` Adam Porter
  2019-08-10  8:27   ` Nathan Neff
  2019-08-10 20:44 ` Nathan Neff
  1 sibling, 1 reply; 7+ messages in thread
From: Adam Porter @ 2019-08-09 22:15 UTC (permalink / raw)
  To: emacs-orgmode

Try using the bug-hunter package to isolate the part of your init file
that may be causing the problem.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Helm + Org-mode 9.2.5: Problem with org-set-tags
  2019-08-09 22:15 ` Adam Porter
@ 2019-08-10  8:27   ` Nathan Neff
  0 siblings, 0 replies; 7+ messages in thread
From: Nathan Neff @ 2019-08-10  8:27 UTC (permalink / raw)
  To: Adam Porter; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

On Fri, Aug 9, 2019 at 5:15 PM Adam Porter <adam@alphapapa.net> wrote:

> Try using the bug-hunter package to isolate the part of your init file
> that may be causing the problem.
>
>
Does bug-hunter use d.el and s.el and the other 24 alphabet libraries? :-)

I would use bug-hunter, but I'm not convinced the problem is in my own
init.el file.  I've eliminated everything.  It's my stock Emacs package
that
doesn't work.  I removed init.el and I type (require 'helm-config)
and (helm-mode 1) and I get the buggy behavior.

Thanks,
--Nate

[-- Attachment #2: Type: text/html, Size: 1011 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Helm + Org-mode 9.2.5: Problem with org-set-tags
  2019-08-09 21:28 Helm + Org-mode 9.2.5: Problem with org-set-tags Nathan Neff
  2019-08-09 22:15 ` Adam Porter
@ 2019-08-10 20:44 ` Nathan Neff
  2019-08-10 21:01   ` Nathan Neff
  1 sibling, 1 reply; 7+ messages in thread
From: Nathan Neff @ 2019-08-10 20:44 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]

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.

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 <nathan.neff@gmail.com> 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
>
>

[-- Attachment #2: Type: text/html, Size: 2488 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Helm + Org-mode 9.2.5: Problem with org-set-tags
  2019-08-10 20:44 ` Nathan Neff
@ 2019-08-10 21:01   ` Nathan Neff
  2019-08-10 23:32     ` Nathan Neff
  0 siblings, 1 reply; 7+ messages in thread
From: Nathan Neff @ 2019-08-10 21:01 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1988 bytes --]

On Sat, Aug 10, 2019 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/
>
> 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 <nathan.neff@gmail.com> 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
>>
>>

[-- Attachment #2: Type: text/html, Size: 3453 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Helm + Org-mode 9.2.5: Problem with org-set-tags
  2019-08-10 21:01   ` Nathan Neff
@ 2019-08-10 23:32     ` Nathan Neff
  2019-08-13  9:46       ` numbchild
  0 siblings, 1 reply; 7+ messages in thread
From: Nathan Neff @ 2019-08-10 23:32 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 2543 bytes --]

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 <nathan.neff@gmail.com> wrote:

>
>
> On Sat, Aug 10, 2019 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/
>>
>> 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 <nathan.neff@gmail.com> 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
>>>
>>>

[-- Attachment #2: Type: text/html, Size: 4474 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Helm + Org-mode 9.2.5: Problem with org-set-tags
  2019-08-10 23:32     ` Nathan Neff
@ 2019-08-13  9:46       ` numbchild
  0 siblings, 0 replies; 7+ messages in thread
From: numbchild @ 2019-08-13  9:46 UTC (permalink / raw)
  To: Nathan Neff; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 3081 bytes --]

Seems newly added a package which seems is separated from helm.el.

https://github.com/emacs-helm/helm-org

[stardiviner]           <Hack this world!>      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 <nathan.neff@gmail.com> 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 <nathan.neff@gmail.com> wrote:
>
>>
>>
>> On Sat, Aug 10, 2019 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/
>>>
>>> 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 <nathan.neff@gmail.com>
>>> 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
>>>>
>>>>

[-- Attachment #2: Type: text/html, Size: 5853 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-13  9:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 21:28 Helm + Org-mode 9.2.5: Problem with org-set-tags Nathan Neff
2019-08-09 22:15 ` Adam Porter
2019-08-10  8:27   ` Nathan Neff
2019-08-10 20:44 ` Nathan Neff
2019-08-10 21:01   ` Nathan Neff
2019-08-10 23:32     ` Nathan Neff
2019-08-13  9:46       ` numbchild

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).