From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New exporter problem with #+AUTHOR Date: Mon, 08 Apr 2013 09:01:17 +0200 Message-ID: <871ualwloi.fsf@gmail.com> References: <87zjxa3zal.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UP653-0006TZ-1d for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 03:01:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UP64w-0006ib-S6 for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 03:01:28 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:61011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UP64w-0006iO-Du for emacs-orgmode@gnu.org; Mon, 08 Apr 2013 03:01:22 -0400 Received: by mail-wi0-f171.google.com with SMTP id hn17so2223403wib.10 for ; Mon, 08 Apr 2013 00:01:21 -0700 (PDT) In-Reply-To: <87zjxa3zal.fsf@norang.ca> (Bernt Hansen's message of "Sun, 07 Apr 2013 15:40:02 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org Hello, Bernt Hansen writes: > I have the following line in my org-mode document > > #+AUTHOR: Bernt Hansen (IRC:BerntH on freenode) > > On the old exporter this became > > > > I just tried exporting this with the new exporter and I get this > > BerntH > 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 > > 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