Variable: org-hide-macro-markers
org-hide-macro-markers is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Non-nil means font-lock should hide the brackets marking macro calls.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-hide-macro-markers nil
"Non-nil means font-lock should hide the brackets marking macro calls."
:group 'org-appearance
:type 'boolean)