org-table: Improve shrinking on right-aligned and centered columns
commite462125cfc0db458e10a8f06fe24850e6ccb4163
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 2 Apr 2018 18:21:24 +0000 (2 20:21 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 2 Apr 2018 18:30:40 +0000 (2 20:30 +0200)
treef9bda528386fd457927802c26272dd7bbfad1a62
parentf8924a23936e2c6e9dd98df435116fef9ccb25ca
org-table: Improve shrinking on right-aligned and centered columns

* lisp/org-table.el (org-table--make-shrinking-overlay): New function.
(org-table--shrink-field): Use new function.
(org-table--shrink-columns): Update function.
* testing/lisp/test-org-table.el (test-org-table/toggle-column-width):
  Update test.
lisp/org-table.el
testing/lisp/test-org-table.el