Преглед на файлове

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

* lisp/org-table.el (orgtbl-to-unicode): Remove dummy property.
Nicolas Goaziou преди 11 години
родител
ревизия
ef523b0bca
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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)))