From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-html: Bug or feature for export of title and meta information? Date: Fri, 14 Feb 2020 20:31:37 +0100 Message-ID: <87y2t5rmna.fsf@nicolasgoaziou.fr> References: <87d0ft3kpa.fsf@informationelle-selbstbestimmung-im-internet.de> <8736bhwnbl.fsf@gnu.org> <87k14pdqzl.fsf@informationelle-selbstbestimmung-im-internet.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46687) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2ggi-00029w-Ta for emacs-orgmode@gnu.org; Fri, 14 Feb 2020 14:31:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2ggh-0000jI-J1 for emacs-orgmode@gnu.org; Fri, 14 Feb 2020 14:31:44 -0500 In-Reply-To: <87k14pdqzl.fsf@informationelle-selbstbestimmung-im-internet.de> (Jens Lechtenboerger's message of "Fri, 14 Feb 2020 18:21:34 +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 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. > 2. The documentation does not explain which headers are exported how > to HTML. Some keywords have are more important than others, since they have a special meaning during export, e.g., TITLE vs. RANDOM_FOO. General export rules are described in ox.el (org-export-options-alist), then each export back-end define its own specificities (look at the back-end definition). Regards, -- Nicolas Goaziou