Variable: org-babel-inline-result-wrap
org-babel-inline-result-wrap is a customizable variable defined in
ob-core.el.gz.
Value
"=%s="
Documentation
Format string used to wrap inline results.
This string must include a "%s" which will be replaced by the results.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ob-core.el.gz
(defcustom org-babel-inline-result-wrap "=%s="
"Format string used to wrap inline results.
This string must include a \"%s\" which will be replaced by the results."
:group 'org-babel
:type 'string)