The Linux distribution I use (Fedora 32) recently upgraded the included Emacs version from 26.3 to 27.1. With this new version, it appears that the "width cookie" for the org-mode tables are no longer working.
For example, if I have the following:
| Test Column A | Test Column B |
|---------------+---------------|
| <30> | <5> |
|---------------+---------------|
| Data | Data |
| Data | Data |
| ... | ... |
While the tags are highlighted (a.k.a. recognized), they will neither expand column "A" nor shrink column "B". In Emacs 26.3 it was working as expected.
The additional tags <l>
and <r>
(either with or without a number) keep on aligning the text as before.
As a side-note: Numbers are not right-aligned unless <r>
is specified for the entire column. That was also auto-detected before.
Is this a change in behavior for which I missed to change an option or is this a bug?
The answer to this question seems to be a crude workaround rather than a solution and would not be what I was looking for. It used to be automatic on cell change after using TAB.