Variable: org-table-column-name-regexp
org-table-column-name-regexp is a variable defined in org-table.el.gz.
Value
nil
Documentation
Regular expression matching the current column names.
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-name-regexp nil
"Regular expression matching the current column names.
This variable is initialized with `org-table-analyze'.")