Function: org-get-local-tags
org-get-local-tags is a byte-compiled function defined in
org-compat.el.
This function is obsolete since 9.2; use org-get-tags instead.
Signature
(org-get-local-tags)
Documentation
Get a list of tags defined in the current headline.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defun org-get-local-tags ()
"Get a list of tags defined in the current headline."
(declare (obsolete "use `org-get-tags' instead." "9.2"))
(org-get-tags nil 'local))