Function: org-columns-move-row-up
org-columns-move-row-up is an interactive and byte-compiled function
defined in org-colview.el.gz.
Signature
(org-columns-move-row-up)
Documentation
Move the current table row up.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-colview.el.gz
(defun org-columns-move-row-up ()
"Move the current table row up."
(interactive)
(org-columns--move-row 'up))