Variable: org-table-may-need-update

org-table-may-need-update is a variable defined in org-table.el.gz.

Value

t

Documentation

Indicates that a table might need an update.

This variable is set by org-before-change-function. org-table-align sets it back to nil.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar org-table-may-need-update t
  "Indicates that a table might need an update.
This variable is set by `org-before-change-function'.
`org-table-align' sets it back to nil.")