Use string width in table field justification
commit4af31090b4420978067bc24512467bcc9a78a7f1
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 13 Feb 2013 03:56:18 +0000 (13 11:56 +0800)
committerBastien Guerry <bzg@altern.org>
Sun, 25 May 2014 05:18:06 +0000 (25 07:18 +0200)
tree2476de181f38bb1227fcc209ab1b6fa2c6f2d833
parent866d7eddd0e33cc42906955e9ea9f0b314a16c72
Use string width in table field justification

org-table.el (org-table-justify-field-maybe): Use
`org-string-width' instead of `length' to calculate the visual
width of table cells.

This is useful for e.g. double-width charsets.
lisp/org-table.el