From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Re: ox-html: Bug or feature for export of title and meta information? Date: Sat, 15 Feb 2020 08:45:22 +0100 Message-ID: <874kvsfg4t.fsf@informationelle-selbstbestimmung-im-internet.de> References: <87d0ft3kpa.fsf@informationelle-selbstbestimmung-im-internet.de> <8736bhwnbl.fsf@gnu.org> <87k14pdqzl.fsf@informationelle-selbstbestimmung-im-internet.de> <87y2t5rmna.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58742) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2s8x-0004O3-AM for emacs-orgmode@gnu.org; Sat, 15 Feb 2020 02:45:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2s8w-0000tF-3Z for emacs-orgmode@gnu.org; Sat, 15 Feb 2020 02:45:39 -0500 In-Reply-To: <87y2t5rmna.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 14 Feb 2020 20:31:37 +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: Bastien Cc: emacs-orgmode@gnu.org On 2020-02-14, at 20:31, Nicolas Goaziou wrote: > Hello, > > Jens Lechtenboerger writes: > >> 1. Export to HTML when the title contains markup, say this one: >> >> #+TITLE: This does *not* work > > What does not work? > >> The HTML title element contains a nested b element, which is >> invalid as only text is allowed. > > Who said that? The above is perfectly valid. Good morning (over here), the W3C Markup Validator [1] disagrees with this output from ox-html (which I reduced to the essential parts): #+begin_src html This does <b>not</b> work

#+end_src Best wishes Jens [1] https://validator.w3.org/#validate_by_input