[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] New exporter problem with #+AUTHOR
From: |
Nicolas Goaziou |
Subject: |
Re: [O] New exporter problem with #+AUTHOR |
Date: |
Mon, 08 Apr 2013 09:01:17 +0200 |
Hello,
Bernt Hansen <address@hidden> 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