From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: ox.html causes w3c xhtml validation Date: Sun, 15 Mar 2020 23:59:00 +0000 Message-ID: <87mu8h8917.fsf@kyleam.com> References: <87eett7bql.fsf@yandex.com> <871rpt9zc4.fsf@kyleam.com> <87d09dz92a.fsf@yandex.com> <87tv2p1bta.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45716) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDdA5-0003yc-BQ for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 19:59:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDdA3-0005gE-7u for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 19:59:16 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:59933) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDdA2-0005LI-P3 for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 19:59:15 -0400 In-Reply-To: <87tv2p1bta.fsf@web.de> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Arne Babenhauserheide , Colin Baxter Cc: emacs-orgmode@gnu.org Arne Babenhauserheide writes: > And second: I just verified that LibreJS still recognizes the license > when we escape the & as & > > I would suggest the following: > > diff --git a/lisp/ox-html.el b/lisp/ox-html.el Great, thanks the suggestion and verifying the LibreJS recognizes it. That it matches what I ended up landing on a bit downstream (sorry, it looks like along the way you got dropped from the cc): https://lists.gnu.org/archive/html/emacs-orgmode/2020-03/msg00153.html I'll apply the follow-up patch that you sent. Thanks again.