emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to suppress <title> generation in export


From: Ihor Radchenko
Subject: Re: How to suppress <title> generation in export
Date: Tue, 28 Mar 2023 10:57:48 +0000

David Diem <purlupar@purlupar.com> writes:

> is there a way to suppress the generation of a <title>...</title> tag 
> when exporting to html?

That would generate invalid html document.

The relevant comment in our code:

         ;; Set title to an invisible character instead of leaving it
         ;; empty, which is invalid.
         (title (if (org-string-nw-p title) title "&lrm;"))

See https://lists.gnu.org/archive/html/emacs-orgmode/2017-08/msg00006.html

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]