emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to transpose a table but not deleting the horizontal lines


From: tbanelwebmin
Subject: Re: how to transpose a table but not deleting the horizontal lines
Date: Tue, 10 May 2022 10:39:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

The orgtbl-arggregate package (on Melpa and GitHub) does that.
Horizontal lines are converted to empty columns.
Transposing again recreates the original horizontal lines.

Beware, as opposed to org-table-transpose-table-at-point, it does not modify the source table, it creates a new transposed table.

Type C-c C-x x in an empty space in the buffer
Then answer "transpose", and follow the wizard.

It is a bonus, undocumented feature of the package.


Le 10/05/2022 à 08:49, Uwe Brauer a écrit :
Hi 

>From the docstring of 
org-table-transpose-table-at-point is
Transpose Org table at point and eliminate hlines.

Does anybody know about a, maybe, 3rd party packages that transpose the
table but leaves the horizontal lines intact?

Regards

Uwe Brauer 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]