Remove visual effect of width cookies in tables
commit23a2fde6feb193a6076e2cb506360fb4e981d925
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 10 Jul 2017 11:35:00 +0000 (10 13:35 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 6 Sep 2017 13:18:37 +0000 (6 15:18 +0200)
tree7ed4ec3801070d6a358448d418a996950fd9f591
parent6d6a30d4cd682732ba40328bbeb96122a50f96ff
Remove visual effect of width cookies in tables

* lisp/org-colview.el (org-dblock-write:columnview): Remove :width
  parameter.

* lisp/org-table.el (org-narrow-column-arrow): Remove variable.
(org-table-cleanup-narrow-column-properties): Remove function.
(org-table-align): Ignore width cookies when aligning table.
(org-table-justify-field-maybe):
(org-table-finish-edit-field):
(org-table-follow-fields-with-editor):
(orgtbl-setup): Remove reference to `org-cwidth' property.

* lisp/org.el (org-mode):
(org-hide-wide-columns): Remove function.
(org-set-font-lock-defaults): Apply previous removal.
(org-shorten-string): Ignore `org-cwidth' property.

* testing/lisp/test-org-colview.el (test-org-colview/dblock): Remove
  a test.

Export back-ends may still use width cookie to alter table's output.
lisp/org-colview.el
lisp/org-table.el
lisp/org.el
testing/lisp/test-org-colview.el