Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-13 Thread numbch...@gmail.com
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

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
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:

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
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

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
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

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
On Fri, Aug 9, 2019 at 5:15 PM Adam Porter 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

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-09 Thread Adam Porter
Try using the bug-hunter package to isolate the part of your init file that may be causing the problem.

[O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-09 Thread Nathan Neff
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