ox-html: add figure and table numbers to HTML captions
commitd5f3f41c7a4732d9bb702a85490ccde0c8e6c0cc
authorYoshinari Nomura <nom@quickhack.net>
Sat, 29 Jun 2013 05:44:52 +0000 (29 14:44 +0900)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 29 Jun 2013 11:58:12 +0000 (29 13:58 +0200)
treea0681d278384a1ebfdc926dba0e87ec215bebcd4
parent1d606c03e1db3d6e23e5775d74c58dcfcf2b6a64
ox-html: add figure and table numbers to HTML captions

* lisp/ox-html.el: (org-html--has-caption-p): New function.
(org-html-link--inline-image),
(org-html-table): Prepend ordinal number to caption.
(org-html-link): Make numbered link by counting captioned figures and tables.
lisp/ox-html.el