-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
org-set-tags only allows completing a single tag #3738
Comments
Hi @elubeck , Sadly, this is a problem between org-mode and helm (see the discussion here). A quick workaround is to disable helm completion for org-set-tags. It can be done by adding the following to your .spacemacs config: Not sure if it would be relevant to add this to the org layer by default... |
I just noticed that directly adding Instead I added the following to my user config:
that correctly sets the variable when launching org-mode. 2020 EDIT: Note that
|
It doesn't seem to be possible to completely remove tags with the helm interface either. After testing the native function I'd vote to change the default to not use helm until the issues are fixed. |
I can still reproduce this behaviour in develop (95422ae). As described in emacs-helm/helm#2063, it seems like the issue is on our side :( |
When editing org tags ( The tags can be removed by pressing The keys are visible on the mode line, when not using Spacemacs or any mode line packages In SpacemacsThe keys are not visible with the mode line themes:
But the keys are visible with the |
Thanks @duianto this resolved a long-standing inconvenience for me. Is there a way to include this keybinding in the spacemacs mode-line? I'd be willing to submit the relevant patch with a little guidance |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Hello,
Org-set-tags differs slightly from the expected behavior of being able to autocomplete multiple tags for a headline. After autocompleting a single tag the minibuffer exits. If multiple tags are in my history they can be completed, but novel combinations of multiple tags are not autocompleted.
Thanks
The text was updated successfully, but these errors were encountered: