Re: How to suppress generation in export

2023-03-28 Thread Ihor Radchenko
David Diem writes: > is there a way to suppress the generation of a ... 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.

How to suppress generation in export

2023-03-28 Thread David Diem
Hi, is there a way to suppress the generation of a ... 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-ti