Function: org-table-fedit-ref-right
org-table-fedit-ref-right is an interactive and byte-compiled function
defined in org-table.el.gz.
Signature
(org-table-fedit-ref-right)
Documentation
Shift the reference at point one field to the right.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
(defun org-table-fedit-ref-right ()
"Shift the reference at point one field to the right."
(interactive)
(org-table-fedit-shift-reference 'right))