Variable: org-table-dlines

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

Value

nil

Documentation

Vector of data line 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-dlines nil
  "Vector of data line line numbers in the current table.
Line numbers are counted from the beginning of the table.  This
variable is initialized with `org-table-analyze'.")