emacs-orgmode
[Top][All Lists]
Advanced

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

shrink tables automatically, but individually


From: Uwe Brauer
Subject: shrink tables automatically, but individually
Date: Tue, 03 Oct 2023 10:24:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)


Hi


According to 
https://orgmode.org/manual/Column-Width-and-Alignment.html

The option 
#+STARTUP: shrink

| <0>   | <3>      |   <3> |    <3> |        |        |
| Smith | Number   | Value | Value2 | Value3 | Value4 |
|-------+----------+-------+--------+--------+--------|
|       | position |   242 |     51 |     15 |    202 |
|       | range    |   329 |    329 |    329 |    329 |
|       | weight   |    88 |    279 |    315 |    128 |


Shrink all tables of the form

| <0>   | <3>     |   <2> |    <1> |        |        |
| Smith | Number  | Value | Value2 | Value3 | Value4 |
|-------+---------+-------+--------+--------+--------|
|       | this    |   242 |     51 |     15 |    202 |
|       | that    |   329 |    329 |    329 |    329 |
|       | nothing |    88 |    279 |    315 |    128 |
#+TBLFM: @5$3..@5$6=@4+1-@3


But I would like to have this on a table basis like 


#+Shrink:
| <0>   | <3>      |   <3> |    <3> |        |        |
| Smith | Number   | Value | Value2 | Value3 | Value4 |
|-------+----------+-------+--------+--------+--------|
|       | position |   242 |     51 |     15 |    202 |
|       | range    |   329 |    329 |    329 |    329 |
|       | weight   |    88 |    279 |    315 |    128 |

But this seems not to work

Is this feature implemented, and I don't find it?

Thanks 

Uwe Brauer

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the NATO membership of Ukraine.
I support the EU membership of Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/




reply via email to

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