ox-ascii: Improve speed wrt table export
commitc22f5f632bc11e584d9df99efbbe37dfbf50d9af
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 18 May 2013 16:22:11 +0000 (18 18:22 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 18 May 2013 16:22:15 +0000 (18 18:22 +0200)
treefc7531efc48df084ae05b1012b919188a1de9f0b
parent62296ceb8879efb4cd76ed3e00e8047ccf30777b
ox-ascii: Improve speed wrt table export

* lisp/ox-ascii.el (org-ascii--table-cell-width): Cache results of
  this internal function since it is called at each cell, though its
  value only change column wise.
lisp/ox-ascii.el