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 POS-OR-ELEMENT LOCAL)
Documentation
Get the list of tags specified in the current headline.
When argument POS-OR-ELEMENT is non-nil, retrieve tags for headline at POS.
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.
Aliases
org-get-tags-at (obsolete since 9.2)