Variable: orgtbl-exp-regexp

orgtbl-exp-regexp is a variable defined in org-loaddefs.el.

Value

"^\\([-+]?[0-9][0-9.]*\\)[eE]\\([-+]?[0-9]+\\)$"

Documentation

Regular expression matching exponentials as produced by calc.

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-loaddefs.el
;;; Generated autoloads from org-table.el

(autoload 'org-table-header-line-mode "org-table" "\
Display the first row of the table at point in the header line.

This is a minor mode.  If called interactively, toggle the
`Org-Table-Header-Line mode' mode.  If the prefix argument is positive,
enable the mode, and if it is zero or negative, disable the mode.

If called from Lisp, toggle the mode if ARG is `toggle'.  Enable the
mode if ARG is nil, omitted, or is a positive number.  Disable the mode
if ARG is a negative number.

To check whether the minor mode is enabled in the current buffer,
evaluate the variable `org-table-header-line-mode'.

The mode's hook is called both when the mode is enabled and when it is
disabled.

(fn &optional ARG)" t)