* shrink tables automatically, but individually
@ 2023-10-03 8:24 Uwe Brauer
2023-10-03 8:31 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2023-10-03 8:24 UTC (permalink / raw)
To: emacs-orgmode
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-03 8:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 8:24 shrink tables automatically, but individually Uwe Brauer
2023-10-03 8:31 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).