Improve table column narrowing with variable-width strings
commit62950827eccedbb7deb11684c2ad6995213cf67d
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 13 Feb 2013 08:46:33 +0000 (13 16:46 +0800)
committerBastien Guerry <bzg@altern.org>
Sun, 25 May 2014 05:18:12 +0000 (25 07:18 +0200)
tree11b18052b59a607820c8612bf89ccd16d0d8c76c
parent4af31090b4420978067bc24512467bcc9a78a7f1
Improve table column narrowing with variable-width strings

org-table.el (org-table-align): Use `org-string-width'.

This aims at better guessing how wide a narrowed table column should
actually be.  This won't work perfectly with variable-width scripts,
as it still only narrows in full-column increments, but it's better
than before.
lisp/org-table.el