From 6be32b39c590d003be75a33033bb3301a11db483 Mon Sep 17 00:00:00 2001 From: Chris Kauffman Date: Fri, 28 Jul 2017 22:18:28 -0400 Subject: [PATCH 3/5] Updates to ORG-NEWS describing single-cell movement functions. --- etc/ORG-NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index d7bd3e2ce..05efce4f4 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -291,6 +291,11 @@ This variable allow computed durations in tables to be zero-padded. *** New mode switch for table formulas : =U= This mode omits seconds in durations. +*** New single table cell movement options : ~org-table-move-single-cell-up~ +Shift-Up, Shift-Down, Shift-Right, and Shift-Left now move single +table cells in the corresponding directions by swapping with the +adjacent cell. + ** Removed functions *** Org Timeline @@ -368,6 +373,21 @@ It is the reciprocal of ~org-list-to-lisp~, which see. Call ~org-agenda-set-restriction-lock~ from the agenda. +*** ~org-table-move-single-cell~ and related + +Four new user functions to move single table cells in cardinal +directions. + +- ~org-table-move-single-cell-up~ +- ~org-table-move-single-cell-down~ +- ~org-table-move-single-cell-left~ +- ~org-table-move-single-cell-right~ + +Support functions which are used to facilitate single cell movement. +- ~org-table-move-single-cell~ +- ~org-table-swap-cells~ +- ~org-table-max-line-col~ + ** Miscellaneous *** Allow multiple columns view -- 2.12.2