From 6682b22642c34f61feee27cd44a503dd4c21e9cb Mon Sep 17 00:00:00 2001 From: Chris Kauffman Date: Fri, 28 Jul 2017 22:37:31 -0400 Subject: [PATCH 4/5] Modified org.texi to include documentation of single cell movement functions. --- doc/org.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/org.texi b/doc/org.texi index 101d532e3..55c8ebd27 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2156,6 +2156,12 @@ NEWLINE, so it can be used to split a table. Move to beginning of the current table field, or on to the previous field. @orgcmd{M-e,org-table-end-of-field} Move to end of the current table field, or on to the next field. +@c +@orgcmd{S-@key{up},org-table-move-single-cell-up} +@orgcmd{S-@key{down},org-table-move-single-cell-down} +@orgcmd{S-@key{left},org-table-move-single-cell-left} +@orgcmd{S-@key{right},org-table-move-single-cell-right} +Move single cells up, down, left, and right by swapping with adjacent cells. @tsubheading{Column and row editing} @orgcmdkkcc{M-@key{left},M-@key{right},org-table-move-column-left,org-table-move-column-right} -- 2.12.2