Function: org-remove-angle-brackets
org-remove-angle-brackets is a byte-compiled function defined in
org-compat.el.
This function is obsolete since 9.0; use org-unbracket-string
instead.
Signature
(org-remove-angle-brackets S)
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defun org-remove-angle-brackets (s)
(org-unbracket-string "<" ">" s))