Function: orgtbl-hijacker-command-27
orgtbl-hijacker-command-27 is an interactive function defined in
org-table.el.gz.
Signature
(orgtbl-hijacker-command-27 ARG)
Documentation
In tables, run org-table-end-of-field.
Outside of tables, run the binding of M-e.
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-end-of-field)
(let (orgtbl-mode)
(call-interactively (or (key-binding "\345") 'orgtbl-error)))))
nil nil
"In tables, run `org-table-end-of-field'.\nOutside of tables, run the binding of `M-e'."
"p"]