diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 457fb4449..09eeb9031 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1428,7 +1428,8 @@ INFO is a plist used as a communication channel." (format (when :time-stamp-file (format-time-string - (concat "\n"))) + (concat "\n")))) + (format "\n" (or (and org-html-coding-system (fboundp 'coding-system-get)