Variable: table-detect-cell-alignment

table-detect-cell-alignment is a customizable variable defined in table.el.gz.

Value

t

Documentation

Detect cell contents alignment automatically.

When non-nil cell alignment is automatically determined by the appearance of the current cell contents when recognizing tables as a whole. This applies to table-recognize, table-recognize-region and table-recognize-table but not to table-recognize-cell.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-detect-cell-alignment t
  "Detect cell contents alignment automatically.
When non-nil cell alignment is automatically determined by the
appearance of the current cell contents when recognizing tables as a
whole.  This applies to `table-recognize', `table-recognize-region'
and `table-recognize-table' but not to `table-recognize-cell'."
  :tag "Detect Cell Alignment"
  :type 'boolean
  :group 'table)