Function: org-get-tags-string

org-get-tags-string is a byte-compiled function defined in org-compat.el.

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 ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(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)))