Variable: org-table-aligned-end-marker

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

Value

#<marker in no buffer>

Documentation

Marker at the end 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-end-marker (make-marker)
  "Marker at the end of the table last aligned.
Used to check if cursor still is in that table, to minimize realignment.")