Function: org-get-tags-at

org-get-tags-at is a function alias for org-get-tags, defined in org.el.gz.

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

Signature

(org-get-tags-at &optional EPOM LOCAL)

Documentation

Get the list of tags specified in the headline at EPOM.

When argument EPOM is non-nil, it should be point, marker, or headline element.

According to org-use-tag-inheritance, tags may be inherited from parent headlines, and from the whole document, through org-file-tags. In this case, the returned list of tags contains tags in this order: file tags, tags inherited from parent headlines, local tags. If a tag appears multiple times, only the most local tag is returned.

However, when optional argument LOCAL is non-nil, only return tags specified at the headline.

Inherited tags have the inherited text property.

This function may modify the match data.

Aliases

org-get-tags-at (obsolete since 9.2)