Variable: org-table-column-names
org-table-column-names is a variable defined in org-table.el.gz.
Value
nil
Documentation
Alist with column names, derived from the ! line.
This variable is initialized with org-table-analyze.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar org-table-column-names nil
"Alist with column names, derived from the `!' line.
This variable is initialized with `org-table-analyze'.")