Re: [O] rotate tables

2013-10-20 Thread Uwe Brauer
>> "Michael" == Michael Brand writes: > Hi Uwe > On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer wrote: >> | 1 | 2 | 3 | >> | 4 | 3 | 4 | >> >> becomes >> >> | 4 | 1 | >> | 3 | 2 | >> | 4 | 3 | > 1) mark table > 2) M-x reverse-region > 3) with point in the

Re: [O] rotate tables

2013-10-20 Thread Michael Brand
Hi Uwe On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer wrote: > | 1 | 2 | 3 | > | 4 | 3 | 4 | > > becomes > > | 4 | 1 | > | 3 | 2 | > | 4 | 3 | 1) mark table 2) M-x reverse-region 3) with point in the table: M-x org-table-transpose-table-at-point Michael

[O] rotate tables

2013-10-20 Thread Uwe Brauer
Hi I googled a bit but found no solution to the problem of rotating a table such that | 1 | 2 | 3 | | 4 | 3 | 4 | becomes | 4 | 1 | | 3 | 2 | | 4 | 3 | Thanks Uwe Brauer