Add hyperlink to Org website from HTML export footer

* lisp/org-html.el: add hyperlink to http://orgmode.org/ from export footer
This commit is contained in:
Adam Spiers 2012-05-17 23:27:43 +01:00 committed by Bastien Guerry
parent b57e23694f
commit e1630f60c7

View file

@ -1857,7 +1857,8 @@ PUB-DIR is set, use this as the publishing directory."
(insert "<p class=\"email\">" email "</p>\n"))
(when (plist-get opt-plist :creator-info)
(insert "<p class=\"creator\">"
(concat "Org version " (org-version) " with Emacs version "
(concat "<a href=\"http://orgmode.org/\">Org</a> version "
(org-version) " with Emacs version "
(number-to-string emacs-major-version) "</p>\n")))
(insert html-validation-link "\n"))
(t