Variable: org-texinfo-table-scientific-notation

org-texinfo-table-scientific-notation is a customizable variable defined in ox-texinfo.el.gz.

Value

nil

Documentation

Format string to display numbers in scientific notation.

The format should have "%s" twice, for mantissa and exponent
(i.e. "%s\\\\times10^{%s}").

When nil, no transformation is made.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
(defcustom org-texinfo-table-scientific-notation nil
  "Format string to display numbers in scientific notation.

The format should have \"%s\" twice, for mantissa and exponent
\(i.e. \"%s\\\\times10^{%s}\").

When nil, no transformation is made."
  :type '(choice
	  (string :tag "Format string")
	  (const :tag "No formatting" nil)))