diff --git a/lisp/org-html.el b/lisp/org-html.el index 03c39e8cd..5c0c6b804 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -1857,8 +1857,8 @@ PUB-DIR is set, use this as the publishing directory." (insert "

" email "

\n")) (when (plist-get opt-plist :creator-info) (insert "

" - (concat "Org version " - (org-version) " with Emacs version " + (concat "Org version " + (org-version) " with Emacs version " (number-to-string emacs-major-version) "

\n"))) (insert html-validation-link "\n")) (t