Function: orgtbl-tab
orgtbl-tab is an interactive and byte-compiled function defined in
org-table.el.gz.
Signature
(orgtbl-tab ARG)
Documentation
Justification and field motion for orgtbl-mode(var)/orgtbl-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun orgtbl-tab (arg)
"Justification and field motion for `orgtbl-mode'."
(interactive "P")
(if arg (org-table-edit-field t)
(org-table-justify-field-maybe)
(org-table-next-field)))