From c780234afee982a231a988d71ea352bab9670f0f Mon Sep 17 00:00:00 2001 From: Chris Kauffman Date: Tue, 29 May 2018 15:04:25 -0500 Subject: [PATCH 8/8] org-table.el: added single cell movement * lisp/org-table.el: added functions `org-table-move-single-cell-*' along with internal support functions for cell swapping. * lisp/org.el: added bindings for shift+arrows for `org-table-move-single-cell-up' etc. * doc/org-manual.org: added docs for the single cell movement. * testing/lisp/test-org-table.el: added tests associated with single cell movement. --- testing/examples/pub/link | 1 + 1 file changed, 1 insertion(+) create mode 120000 testing/examples/pub/link diff --git a/testing/examples/pub/link b/testing/examples/pub/link new file mode 120000 index 000000000..01bb51522 --- /dev/null +++ b/testing/examples/pub/link @@ -0,0 +1 @@ +../pub-symlink \ No newline at end of file -- 2.17.0