Variable: org-table-named-field-locations

org-table-named-field-locations is a variable defined in org-table.el.gz.

Value

nil

Documentation

Alist with locations of named fields.

Associations follow the pattern (NAME LINE COLUMN) where
  NAME is the name of the field as a string,
  LINE is the number of lines from the beginning of the table,
  COLUMN is the column of the field, as an integer.
This variable is initialized with org-table-analyze.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar org-table-named-field-locations nil
  "Alist with locations of named fields.
Associations follow the pattern (NAME LINE COLUMN) where
  NAME is the name of the field as a string,
  LINE is the number of lines from the beginning of the table,
  COLUMN is the column of the field, as an integer.
This variable is initialized with `org-table-analyze'.")