Function: org-table-formula-to-user
org-table-formula-to-user is a byte-compiled function defined in
org-table.el.gz.
Signature
(org-table-formula-to-user S)
Documentation
Convert a formula from internal to user representation.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun org-table-formula-to-user (s)
"Convert a formula from internal to user representation."
(if (eq org-table-use-standard-references t)
(org-table-convert-refs-to-an s)
s))