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: Fri, 14 Feb 2020 18:21:34 +0100 Message-ID: <87k14pdqzl.fsf@informationelle-selbstbestimmung-im-internet.de> References: <87d0ft3kpa.fsf@informationelle-selbstbestimmung-im-internet.de> <8736bhwnbl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50043) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2eeu-0007NK-Jo for emacs-orgmode@gnu.org; Fri, 14 Feb 2020 12:21:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2eet-00040w-LV for emacs-orgmode@gnu.org; Fri, 14 Feb 2020 12:21:44 -0500 In-Reply-To: <8736bhwnbl.fsf@gnu.org> (Bastien's message of "Tue, 11 Feb 2020 09:16:46 +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-11, at 09:16, Bastien wrote: > Hi Jens, > > it is difficult to justify existing code, it is easier to answer to > bug reports. If you think there is a bug in this aread, can you tell > what it is? Hi Bastien, many thanks for following up on this! I see two or more bugs: 1. Export to HTML when the title contains markup, say this one: #+TITLE: This does *not* work The HTML title element contains a nested b element, which is invalid as only text is allowed. 2. The documentation does not explain which headers are exported how to HTML. I described different variants in my previous e-mail. I=E2=80=99m not sure whether there was a reason to treat them differently. So, this is at least a bug in the documentation (with potentially more bugs in the code if the current treatment was not desirable). Best wishes Jens