Function: kotl-mode:orgtbl-create-or-convert-from-region
kotl-mode:orgtbl-create-or-convert-from-region is an interactive and
byte-compiled function defined in kotl-mode.el.
Signature
(kotl-mode:orgtbl-create-or-convert-from-region ARG)
Documentation
Create table or convert region to table, if no conflicting binding.
This installs the table binding C-c |, but only if there is no
conflicting binding to this key outside orgtbl-mode.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kotl-mode.el
(defun kotl-mode:orgtbl-create-or-convert-from-region (arg)
"Create table or convert region to table, if no conflicting binding.
This installs the table binding `C-c |', but only if there is no
conflicting binding to this key outside orgtbl-mode."
(interactive "P")
(kcell-view:operate
(lambda () (orgtbl-create-or-convert-from-region arg))))