Variable: org-table-last-column-widths
org-table-last-column-widths is a variable defined in org-table.el.gz.
Value
nil
Documentation
List of max width of fields in each column.
This is being used to correctly align a single field after TAB or RET.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar org-table-last-column-widths nil
"List of max width of fields in each column.
This is being used to correctly align a single field after TAB or RET.")