Variable: org-table-allow-automatic-line-recalculation
org-table-allow-automatic-line-recalculation is a customizable
variable defined in org-table.el.gz.
Value
t
Documentation
Non-nil means lines marked with |#| or |*| will be recomputed automatically.
Automatically means when TAB or RET or C-c C-c (org-ctrl-c-ctrl-c) are pressed in the line.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defcustom org-table-allow-automatic-line-recalculation t
"Non-nil means lines marked with |#| or |*| will be recomputed automatically.
\\<org-mode-map>\
Automatically means when `TAB' or `RET' or `\\[org-ctrl-c-ctrl-c]' \
are pressed in the line."
:group 'org-table-calculation
:type 'boolean)