Function: org-get-tags-string
org-get-tags-string is a byte-compiled function defined in
org-compat.el.gz.
This function is obsolete since 9.2; use org-make-tag-string
instead.
Signature
(org-get-tags-string)
Documentation
Get the TAGS string in the current headline.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-compat.el.gz
(defun org-get-tags-string ()
"Get the TAGS string in the current headline."
(declare (obsolete "use `org-make-tag-string' instead." "9.2"))
(org-make-tag-string (org-get-tags nil t)))