org-e-ascii: Table cells are exported with proper export options

* contrib/lisp/org-e-ascii.el (org-e-ascii-superscript): Table cells
  are exported with proper export options.
This commit is contained in:
Nicolas Goaziou 2012-05-17 22:35:48 +02:00
parent 7da0d6b994
commit 1c2aaca837
1 changed files with 2 additions and 1 deletions

View File

@ -1667,7 +1667,8 @@ are ignored. "
(org-element-contents row))
col))
info))
max-width))))
max-width)))
info)
max-width)))
(defun org-e-ascii-table-cell (table-cell contents info)