From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Kauffman Subject: Adding single cell movement to org-table Date: Thu, 27 Jul 2017 16:20:48 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f403045eb9f01a50cb0555524ed0" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dapHU-0000KB-CA for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 16:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dapHT-0001Dc-8f for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 16:21:12 -0400 Received: from mail-wr0-x229.google.com ([2a00:1450:400c:c0c::229]:34209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dapHT-0001Ct-0g for emacs-orgmode@gnu.org; Thu, 27 Jul 2017 16:21:11 -0400 Received: by mail-wr0-x229.google.com with SMTP id 12so147985860wrb.1 for ; Thu, 27 Jul 2017 13:21:10 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Cc: Uwe Brauer --f403045eb9f01a50cb0555524ed0 Content-Type: text/plain; charset="UTF-8" Greetings from a first-time contributor. Another patch contributor, Uwe Brauer, recruited me after finding some code I had written to move single org-table cells up/down/left/right. I found this feature to be useful in certain kinds of tables so wrote the functions for myself but am told that others might benefit from it. I have formalized that code into a git repo with a feature branch on it which may be found here: https://github.com/kauffman77/org-mode/tree/single-cell-table-move I have included documentation in org-table.el for the new functions and tests for them. If further work or documentation needs to be done, please let me know. I am also not sure if I got the commit messages formatted to the specification mentioned on the contributing page. I am happy to explain more if needed. I just mailed assign@gnu.org to get the copyright for the code resolved but thought I would put up this branch now so others can have a look. Cheers, Chris --f403045eb9f01a50cb0555524ed0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Greetings from a first-time contributor. Another patch con= tributor, Uwe Brauer, recruited me after finding some code I had written to= move single org-table cells up/down/left/right.=C2=A0 I found this feature= to be useful in certain kinds of tables so wrote the functions for myself = but am told that others might benefit from it.

I have fo= rmalized that code into a git repo with a feature branch on it which may be= found here:

I have included= documentation in org-table.el for the new functions and tests for them.=C2= =A0 If further work or documentation needs to be done, please let me know. = I am also not sure if I got the commit messages formatted to the specificat= ion mentioned on the contributing page.=C2=A0 I am happy to explain more if= needed.

I just mailed=C2=A0assign@gnu.org to get the copyright for the code resolved b= ut thought I would put up this branch now so others can have a look.
<= div>
Cheers,
Chris
--f403045eb9f01a50cb0555524ed0--