Variable: org-export-with-tables
org-export-with-tables is a customizable variable defined in ox.el.gz.
Value
t
Documentation
Non-nil means export tables.
This option can also be set with the OPTIONS keyword, e.g. "|:nil".
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-tables t
"Non-nil means export tables.
This option can also be set with the OPTIONS keyword,
e.g. \"|:nil\"."
:group 'org-export-general
:version "24.4"
:package-version '(Org . "8.0")
:type 'boolean
:safe #'booleanp)