Function: org-set-tags-to

org-set-tags-to is a function alias for org-set-tags, defined in org.el.gz.

This function is obsolete since 9.2; use org-set-tags instead.

Signature

(org-set-tags-to TAGS)

Documentation

Set the tags of the current entry to TAGS, replacing current tags.

TAGS may be a tags string like ":aa:bb:cc:", or a list of tags. If TAGS is nil or the empty string, all tags are removed.

This function assumes point is on a headline.

Aliases

org-set-tags-to (obsolete since 9.2)