> Hello,
> Kaushal Modi <[email protected]> writes:
> This is not possible, and is exactly what annoys me in the current
> implementation.
> Moreover, I'm pretty sure you don't review every table in your
> document at the second it is opened. So there is no need to store
> the columns narrowing, as long as it is easy enough to narrow a
> table at point when you need to look at it.
I tend to agree saving narrowing, I find rather annoying. However narrow
a column to a certain width dynamically I find useful.
What's about the following idea: can't we have the current configuration
option of narrowing
| | <20> |
| this | very very long |
and then executing org-table-toggle-column-visibility (or maybe a new
function) would display
| | <20> |
| this | very...... |
But not save it in the buffer?