ox-html: Fix CUSTOM_ID handling
commit0449b785b4b58ec16e1aac126634de70eee519a4
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 18 Apr 2015 22:30:58 +0000 (19 00:30 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 18 Apr 2015 22:30:58 +0000 (19 00:30 +0200)
tree9e178058690d8402cdb0dbc7cef2b105f737ad84
parentd8494b5668ad4d4e68e83228ae8451eaa01d2220
ox-html: Fix CUSTOM_ID handling

* lisp/ox-html.el (org-html-headline): Prefer raw CUSTOM_ID over
  internal reference.

This is required for custom CSS and to link generated page from
outside Org.  However, the user is responsible for not using forbidden
characters in its value.
lisp/ox-html.el