From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: ox.html causes w3c xhtml validation Date: Sun, 15 Mar 2020 15:34:10 -0500 Message-ID: <871rpt1hod.fsf@alphapapa.net> References: <87eett7bql.fsf@yandex.com> <871rpt9zc4.fsf@kyleam.com> <87d09dz92a.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49274) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDZxj-0002ev-JI for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 16:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDZxi-0002Fr-Kv for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 16:34:19 -0400 Received: from ciao.gmane.io ([159.69.161.202]:35900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jDZxi-0002Ab-Eh for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 16:34:18 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jDZxg-000CO7-UZ for emacs-orgmode@gnu.org; Sun, 15 Mar 2020 21:34:16 +0100 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: emacs-orgmode@gnu.org Colin Baxter writes: > In my opinion, if it can't be fixed then the changes should be > removed. Surely, we cannot have an org-mode that knowingly > exports/publishes something that causes a validation error! Looking at the error message, the fix might be very simple: The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".