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