org-html.el: Fix problems with special chars in links.
commit7b74ef1c135505b56537d6bdc18ad9e1a713154b
authorBastien Guerry <bzg@altern.org>
Thu, 17 Mar 2011 08:07:14 +0000 (17 09:07 +0100)
committerBastien Guerry <bzg@altern.org>
Thu, 17 Mar 2011 08:07:14 +0000 (17 09:07 +0100)
tree574c4b00ba32b782aa7a73ccfe2b2c3c3de0d141
parent7abc267f56c6ce40db0f46292244cd7432ec79ba
org-html.el: Fix problems with special chars in links.

* org-html.el (org-export-as-html): Handle links with
`org-html-handle-links' after we handle special characters
conversions.
(org-html-make-link, org-export-html-format-image): Don't
protect html with @ anymore, as links are now handled after
special characters conversions.
lisp/org-html.el