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
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
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
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
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
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:
>> |
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
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
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-
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 |
|
* 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.
*
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:
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
13 matches
Mail list logo