Feature request: multiple inputs for org-set-tags #890
Comments
abo-abo
added a commit
that referenced
this issue
Feb 17, 2017
It has to be performed in the minibuffer window. Re #890
Yes.
Can't be done automatically.
See |
Fantastic, I didn't spot that. I did look at whether there was a counsel command, but stupidly I looked for something containing 'set-tag`. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using ivy-mode with auto-insert, I can insert multiple keywords and terminate with ivy-alt-done.
I'd like to do something similar with org-set-tags. Currently I can only input a single tag
:foo:
or I can manually type:foo:bar:
. I'd like to be able to type:foo:
and the closing:
trigger completion again.counsel-org-set-tags
or could this automatically hook in to org?The text was updated successfully, but these errors were encountered: