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