emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Org table columns without width cookies get shrunk on TAB


From: Kaushal Modi
Subject: [O] Org table columns without width cookies get shrunk on TAB
Date: Wed, 14 Feb 2018 15:58:35 +0000

Hello,

Today I realized that Org table columns without width cookies get auto-shrunk on hitting TAB:

As far as I remember, the cookie-less columns did not shrink on TAB that way, when this feature got introduced.

Here's a minimal example:

=====
#+title: Width cookies present only on columns that need to be shrunk
#+startup: shrink

|----------+----------------------------------------------------------|
|          | <15>                                                     |
| Column 1 | Column 2                                                 |
|----------+----------------------------------------------------------|
|        1 | Some content that's longer than the column width cookie. |
|----------+----------------------------------------------------------|
=====

It looks like this on startup:

image.png
Upon hitting TAB with point in row 1, col 1, it becomes:

image.png

C-h c TAB shows that <tab> is bound to org-cycle (as expected).

Org version (master branch): Org mode version 9.1.6 (release_9.1.6-463-g551d2f @ /home/kmodi/usr_local/apps/6/emacs/emacs-26/share/emacs/site-lisp/org/) -- https://code.orgmode.org/bzg/org-mode/commit/551d2f1fe7ad797806ed51c63d45553ef1d6a777

Emacs version: 26.0.91

I believe this is a bug. Can this please be fixed?
--

Kaushal Modi


reply via email to

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