emacs-orgmode
[Top][All Lists]
Advanced

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

Two tables with same data but different sorting


From: Axel Kielhorn
Subject: Two tables with same data but different sorting
Date: Thu, 1 Oct 2020 10:55:32 +0200

Hello!

I have a table that I want to show with two different sorting orders but I 
don’t want to maintain the data twice.


* Table 1

| Manufacturer    | Name        | Price |
|-----------------+-------------+-------|
| ACME            | super cheep | 25 $  |
| Roadrunner Inc. | Kaboom      | 27 $  |
| ACME            | cheep       | 30 $  |

*  Table 2

| Manufacturer    | Name        | Price |
|-----------------+-------------+-------|
| ACME            | cheep       | 30 $  |
| ACME            | super cheep | 25 $  |
| Roadrunner Inc. | Kaboom      | 27 $  |

Is there a way to do this in org?
Right now I copy the table and apply an =C-c ^ a= on the first column.

Greetings
Axel


reply via email to

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