I'm trying to set a column width in an org-mode table, but using the syntax isn't working. Here's my table:
| col 1 | col 2 with quite a long header | col 3 here |
|-------+--------------------------------+------------|
| | <5> | |
| abc | 123 | x |
| def | 456 | y |
I'd expect that after a re-align, the second column would be displayed with a width of 5 -- but it stays the way seen above. I'm not exporting this file, I just want to narrow the usually-displayed column so my table is easier to read.
Any ideas why org isn't displaying the width correctly?