David Diem <purlu...@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 "‎")) 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>