Function: orgtbl-hijacker-command-19
orgtbl-hijacker-command-19 is an interactive function defined in
org-table.el.gz.
Signature
(orgtbl-hijacker-command-19 ARG)
Documentation
In tables, run org-table-blank-field.
Outside of tables, run the binding of C-c SPC.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
;; Could not find source code, showing raw function object.
#[(arg)
((if (org-at-table-p) (call-interactively 'org-table-blank-field)
(let (orgtbl-mode)
(call-interactively (or (key-binding " ") 'orgtbl-error)))))
nil nil
"In tables, run `org-table-blank-field'.\nOutside of tables, run the binding of `C-c SPC'."
"p"]