Browse Source

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

* lisp/org-table.el (orgtbl-to-unicode): Remove dummy property.
Nicolas Goaziou 10 years ago
parent
commit
ef523b0bca
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lisp/org-table.el

+ 0 - 1
lisp/org-table.el

@@ -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)))