Variable: org-table-aligned-begin-marker

org-table-aligned-begin-marker is a variable defined in org-table.el.gz.

Value

#<marker in no buffer>

Documentation

Marker at the beginning of the table last aligned.

Used to check if cursor still is in that table, to minimize realignment.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defvar org-table-aligned-begin-marker (make-marker)
  "Marker at the beginning of the table last aligned.
Used to check if cursor still is in that table, to minimize realignment.")