diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 370c0f75d..40ada6f3b 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1420,10 +1420,9 @@ INFO is a plist used as a communication channel." (keywords (plist-get info :keywords))) (concat (format "%s\n" title) - (format - (when :time-stamp-file - (format-time-string - (concat "\n")))) + (when (plist-get info :time-stamp-file) + (format-time-string + (concat "\n"))) (format "\n" (or (and org-html-coding-system