org-fast-tag-selection

org-fast-tag-selection is a compiled Lisp function in `org.el'.

(org-fast-tag-selection CURRENT INHERITED TABLE &optional TODO-TABLE)

Fast tag selection with single keys.
CURRENT is the current list of tags in the headline, INHERITED is the
list of inherited tags, and TABLE is an alist of tags and corresponding keys,
possibly with grouping information. TODO-TABLE is a similar table with
TODO keywords, should these have keys assigned to them.
If the keys are nil, a-z are automatically assigned.
Returns the new tags string, or nil to not change the current settings.