Function: orgtbl-ret

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

Signature

(orgtbl-ret)

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-ret ()
  "Justification and field motion for `orgtbl-mode'."
  (interactive)
  (if (bobp)
      (newline)
    (org-table-justify-field-maybe)
    (org-table-next-row)))