Fix blank titles resulting in export of invalid HTML
commitc8ade76ca2d579e9415cb3588605a6c98803f413
authorKaushal Modi <kaushal.modi@gmail.com>
Mon, 14 Aug 2017 20:03:13 +0000 (14 16:03 -0400)
committerKaushal Modi <kaushal.modi@gmail.com>
Mon, 14 Aug 2017 20:11:32 +0000 (14 16:11 -0400)
tree27ee67bdb810564654ea204b043b547500734ce7
parent39b7357eea3550a695ec36d2810e31e89d8d0953
Fix blank titles resulting in export of invalid HTML

* lisp/ox-html.el (org-html--build-meta-info): Use an invisible
  character "&lrm;" (left-to-right mark) in the HTML title tags
  instead of removing the title altogether (invalid HTML) or setting
  the content of title tag to nothing (invalid HTML).

Discussion:
<http://lists.gnu.org/archive/html/emacs-orgmode/2017-08/msg00021.html>
lisp/ox-html.el