Variable: org-table-hlines

org-table-hlines is a variable defined in org-table.el.gz.

Value

nil

Documentation

Vector of hline line numbers in the current table.

Line numbers are counted from the beginning of the table. This variable is initialized with org-table-analyze.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar org-table-hlines nil
  "Vector of hline line numbers in the current table.
Line numbers are counted from the beginning of the table.  This
variable is initialized with `org-table-analyze'.")