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