org-table: Fix `orgtbl-to-unicode'

* lisp/org-table.el (orgtbl-to-unicode): Remove dummy property.
This commit is contained in:
Nicolas Goaziou 2015-01-07 00:30:34 +01:00
parent b7b913f656
commit ef523b0bca

View file

@ -5188,7 +5188,6 @@ supported. It is also possible to use the following ones:
(org-combine-plists
(list :backend 'ascii
:ascii-charset 'utf-8
:ascii-table-keep-all-vertical-lines (plist-get params :)
:ascii-table-widen-columns (not (plist-get params :narrow))
:ascii-table-use-ascii-art (plist-get params :ascii-art))
params)))