Function: org-align-all-tags
org-align-all-tags is a byte-compiled function defined in
org-compat.el.
This function is obsolete since 9.2; use org-align-tags instead.
Signature
(org-align-all-tags)
Documentation
Align the tags in all headings.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defun org-align-all-tags ()
"Align the tags in all headings."
(declare (obsolete "use `org-align-tags' instead." "9.2"))
(org-align-tags t))