Re: [O] Adding single cell movement to org-table

2018-06-13 Thread Nicolas Goaziou
Hello, Chris Kauffman writes: > Attached are the updated patches for single cell movement in org > tables. Thank you! I squashed the various patches, fixed the docstrings and refactored a bit some functions. I also renamed `org-table-move-single-cell-*' into `org-table-move-cell-*', which is

Re: [O] Adding single cell movement to org-table

2018-05-29 Thread Chris Kauffman
All- Attached are the updated patches for single cell movement in org tables. Notes: - Implemented all of Nicolas Goaziou's suggestions on this with some caveats described below - Part of the logic of the code requires boundary checking. I used the (org-table-analyze) to set variables

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread stardiviner
That's really great. Thanks. -- [ stardiviner ] don't need to convince with trends. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread Uwe Brauer
>>> "Chris" == Chris Kauffman writes: > I was the original person who was working on code for single cell movement > but got distracted by a move to the midwest, job change, and marriage. I > will attempt to complete the code in the next month to submit a patch.

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread Chris Kauffman
I was the original person who was working on code for single cell movement but got distracted by a move to the midwest, job change, and marriage. I will attempt to complete the code in the next month to submit a patch. Chris Kauffman On Fri, May 4, 2018 at 7:29 AM, stardiviner

Re: [O] Adding single cell movement to org-table

2018-05-04 Thread stardiviner
Hi, dear Nicolas. Is this patch merged or not? I "git log --grep 'cell'", have not found this commit. Does this patch move single cell or move single row/column? Currently, Org-mode built-in movement support for row and column only. -- [ stardiviner ] don't need to convince with trends.

Re: [O] Adding single cell movement to org-table

2017-08-03 Thread Nicolas Goaziou
Hello, Chris Kauffman writes: > Apologies for the earlier diff-blast: I did not see the advice on the > org-mode contributions page that patches generated via > git format-patch master > are preferred. Please find four patches attached which now include > modifications

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Chris Kauffman
Apologies for the earlier diff-blast: I did not see the advice on the org-mode contributions page that patches generated via git format-patch master are preferred. Please find four patches attached which now include modifications to ORG-NEWS, org.texi, orgguid.texi, and keybindings suggested by

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Carsten Dominik
Hi Chris, I really like this functionality, thank you! Has there been a discussion about a possible key binding for this feature? Carsten On Thu, Jul 27, 2017 at 10:20 PM, Chris Kauffman wrote: > Greetings from a first-time contributor. Another patch contributor, Uwe >

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Nicolas Goaziou
Hello, Chris Kauffman writes: > 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

[O] Adding single cell movement to org-table

2017-07-27 Thread Chris Kauffman
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