Function: org-table-move-column-right
org-table-move-column-right is an autoloaded, interactive and
byte-compiled function defined in org-table.el.gz.
Signature
(org-table-move-column-right)
Documentation
Move column to the right.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-table.el.gz
;;;###autoload
(defun org-table-move-column-right ()
"Move column to the right."
(interactive)
(org-table-move-column nil))