Hello,

Bernt Hansen <be...@norang.ca> writes:

> I have the following line in my org-mode document
>
> #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode)
>
> On the old exporter this became
>
> <meta name="author" content="Bernt Hansen (IRC:BerntH on freenode)"/>
>
> I just tried exporting this with the new exporter and I get this
>
> <meta name="author" content="Bernt Hansen (<a href="BerntH">BerntH</a>
> on freenode)"/>
>
> which isn't legal HTML.  The quotes on the href="BerntH" close the
> previous context= quote.
>
> Adding a space after IRC: seems to work
>
> <meta name="author" content="Bernt Hansen (IRC: BerntH on freenode)"/>

Well, technically, irc:BerntH is a plain link, like http://orgmode.org,
since irc: is a valid protocol. That may bite you in other parts of the
document.

Of course, the anchor shouldn't appear in the attribute. I'll have
a look at it. Thanks for reporting it.


Regards,

-- 
Nicolas Goaziou

Reply via email to