emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug: Org ignores column-width specifications in tables


From: Galen Menzel
Subject: [O] Bug: Org ignores column-width specifications in tables
Date: Thu, 28 Feb 2019 10:29:05 -0800

Hi all,

I’m seeing that in org 9.2.1 (from org-plus-contrib 20190225) tables are not respecting column-width specifications. For example, if I create the following table

| Header 1 |
| <10> |
| This column should be truncated to 10 characters |

When I align it in org 9.1.9, I get the following:

| Header 1 |
| <10> |
| This col=> |

But when I align it in 9.2.1, I get

| Header 1 |
| <10> |
| This column should be truncated to 10 characters |

Alignment specifications do work as expected. It just appears that column-width specs are being ignored.

Is anyone else seeing this issue?

Best,

Galen


reply via email to

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