Function: orgtbl-error

orgtbl-error is an interactive and byte-compiled function defined in org-table.el.gz.

Signature

(orgtbl-error)

Documentation

Error when there is no default binding for a table key.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun orgtbl-error ()
  "Error when there is no default binding for a table key."
  (interactive)
  (user-error "This key has no function outside tables"))