ox: Add function returning row number in a table
commit5f4831556836148c1074929a754cbe6a1cb18b82
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 9 Apr 2013 14:52:01 +0000 (9 16:52 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 9 Apr 2013 14:52:41 +0000 (9 16:52 +0200)
tree374ddca0ebdc82a3b150a37b7144b757cd2736e0
parent6ce2b72c9f2e19e75ba2ffe72bdce4eea9c9b5a8
ox: Add function returning row number in a table

* lisp/ox.el (org-export-table-row-number): New function.
(org-export-table-cell-address): Use new function.
* testing/lisp/test-ox.el: Add test.
lisp/ox.el
testing/lisp/test-ox.el