org-latex-default-table-mode

org-latex-default-table-mode is a variable defined in `ox-latex.el'.
Its value is
table


Documentation:
Default mode for tables.

Value can be a symbol among:

`table' Regular LaTeX table.

`math' In this mode, every cell is considered as being in math
mode and the complete table will be wrapped within a math
environment. It is particularly useful to write matrices.

`inline-math' This mode is almost the same as `math', but the
math environment will be inlined.

`verbatim' The table is exported as it appears in the Org
buffer, within a verbatim environment.

This value can be overridden locally with, i.e. ":mode math" in
LaTeX attributes.

When modifying this variable, it may be useful to change
`org-latex-default-table-environment' accordingly.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.4 of Emacs.