ox-html: Allow "Figure %d:", etc. to be styled
commit03040dd44d7b32615c3ec882a6fddf6998fd4ab2
authorKodi Arfer <git@arfer.net>
Wed, 3 Jul 2013 21:51:56 +0000 (3 17:51 -0400)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 9 Jul 2013 20:28:53 +0000 (9 22:28 +0200)
tree0a1cf3abb9f21ed766a97318733096c50f0c75f8
parentd5c11e6b5a8f0f0d8288a8bbfe6c05f40f64c45f
ox-html: Allow "Figure %d:", etc. to be styled

* lisp/ox-html.el (org-html-paragraph): Wrap "Figure %d:" in
  <span class="figure-number">.
  (org-html-list-of-tables, org-html-table): Wrap "Table %d:" in
   <span class="table-number">.
  (org-html-list-of-listings): Wrap "Listing %d:" in
  <span class="listing-number">.
* doc/org.text (CSS support): Mention .figure-number,
  .listing-number, and .table-number.

I didn't change org-html-style-default, so these labels won't
appear special by default.

TINYCHANGE
doc/org.texi
lisp/ox-html.el