emacs-orgmode
[Top][All Lists]
Advanced

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

How to suppress <title> generation in export


From: David Diem
Subject: How to suppress <title> generation in export
Date: Tue, 21 Mar 2023 22:29:35 +0100

Hi,

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

The title of the subtrees I am exporting is not set, the org file-wide title is not set either. Setting the file title to nothing (like so: #+title: ) does not help either.

I tried setting org-export-with-title to nil and org-html-meta-tags to nil, but there remain three lines which I seemingly cannot suppress:

1. <title>&lrm;</title>
2. <meta name="author" ...
3. <meta name="generator" ...

I wish to suppress 1. in order to manually add my <title> otherwise. This question of mine is *not* about the <h1>Title</title>

Best wishes
David


reply via email to

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