New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
counsel-org-tag Not Offering All Completions. #1654
Comments
Thanks, I can reproduce this from
and also with
It looks like Org 9, which shipped with Emacs 26, introduced a new buffer-local variable Tracking down this issue was relatively straightforward, and I will shortly open a PR fixing it, but in the future please provide as many details as possible from the outset, particularly your Emacs and Ivy/Swiper/Counsel versions, as well as the version of any relevant packages, such as Org. This will greatly help the project maintainers in debugging and fixing the issue. Thanks. |
Org 9, which shipped with Emacs 26, introduced a new buffer-local variable org-current-tag-alist which incorporates the values of org-tag-alist and org-tag-persistent-alist. Fixes abo-abo#1654
The fix is merged, thanks all. |
Consider the following org file:
#+TAGS: time chemo chromebook dell computer cycling mobile
** Test 2. :chromebook:
If I remove all the tags from the headings counsel-org-tag offers me a list of all the tags defined in #+TAGS.
However, if I type counsel-org-tag on any of the above headings which already have tags, I am only offered chromebook and chemo as possible completions. I can manually type in any of the other tags and pressing Tab doesn't offer any completions from #+TAGS.
The text was updated successfully, but these errors were encountered: