Re: [O] TABLES: Remove/add cell

2011-12-18 Thread Michael Brand
Hi Bastien On Sun, Dec 11, 2011 at 17:42, Bastien wrote: > This is great -- would you like to prepare a patch to org-table.el > adding these feature?  If you can come up with compatible keybindings, > that would be even better. Lack of repetitive key binding possibilities was only one of several

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Bastien
Achim Gratz writes: > There's one thing to take care of, though: > > In org-table-transpose-table-at-point: > org-table.el:1774:33:Warning: function `remove-if-not' from cl package called > at runtime Done. Thanks for spotting this! -- Bastien

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Achim Gratz
Bastien writes: > Yes. `org-table-transpose-table-at-point' is now part of Org's core. There's one thing to take care of, though: In org-table-transpose-table-at-point: org-table.el:1774:33:Warning: function `remove-if-not' from cl package called at runtime Regards, Achim. -- +<[Q+ Matri

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Bastien
Hi Michael, Michael Brand writes: > If I understand right and only for left/right, the in-row functions > cover that too: > - remove: first blank the field with "C-c Space" > (org-table-blank-field) and then rotate in-row left > - add: rotate in-row right and replace the field content, before

Re: [O] TABLES: Remove/add cell

2011-12-11 Thread Bastien
Hi Michael and Daniel, Daniel Martins writes: > One vote for being part of the core of org-mode!!! (with org-table > rtanspose as well) Yes. `org-table-transpose-table-at-point' is now part of Org's core. -- Bastien

Re: [O] TABLES: Remove/add cell

2011-11-24 Thread Daniel Martins
Great Michael!!! One vote for being part of the core of org-mode!!! (with org-table rtanspose as well) Daniel 2011/11/23 Michael Brand : > Hi Gustav and Daniel > > 2011/9/30 Gustav Wikström : >> How do I add or remove a single cell in a table? >> Example: >> I have the following table: >> |    

Re: [O] TABLES: Remove/add cell

2011-11-23 Thread Michael Brand
Hi Gustav and Daniel 2011/9/30 Gustav Wikström : > How do I add or remove a single cell in a table? > Example: > I have the following table: > |1 |1 | > |2 |3 | > |3 |4 | > |4 | | > Now I want to add an empty cell in @2$2 (below the

Re: [O] TABLES: Remove/add cell

2011-10-01 Thread suvayu ali
2011/9/30 Michael Brand : > Ehm - it is doable, but not by editing commands from Org table. Only > with several rectangular edits or an Org table formula with a few > tricks and a temporary column to be removed afterward. There are some org-table specific rectangle edit commands that should make i

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread Gustav Wikström
This is similar to the way I've done it before. It makes it cumbersome if there are many lines below the cell that is to be inserted though.. It would be nice to have as a function that inserts or deletes a cell in the same way as one can insert and delete rows and columns. Maybe as a prefix to M-

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread Michael Brand
Oh, and there is a much easier solution, probably the easiest: Transpose the table with this http://orgmode.org/worg/org-hacks.html#sec-1-3-1 If the section numbering changed in the meantime: look for "Transpose tables (Juan Pechiar)" and split it into two (or three) tables: | a | b | c | d | |

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread brian powell
* May want to turn org-mode/table off temporarily (or maybe it will just make it easier) then you can do the "rectangle edits" michael was referring to: ** Go to the point just to the right of the 4. ** C@ ---marks the point. ** Go to the 3. ** Cxrk ** Go to "@2$2"--i.e. where the "4" used to be. *

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread Michael Brand
Hi Gustav Ehm - it is doable, but not by editing commands from Org table. Only with several rectangular edits or an Org table formula with a few tricks and a temporary column to be removed afterward. Probably not as comfortable as you have expected: - insert row in only one column start with:

[O] TABLES: Remove/add cell

2011-09-30 Thread Gustav Wikström
Hello! How do I add or remove a single cell in a table? Example: I have the following table: |1 |1 | |2 |3 | |3 |4 | |4 | | Now I want to add an empty cell in @2$2 (below the heading) and thus move the following cells in column 2 d