1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-02 11:22:20 +00:00

org-html.el (org-export-as-html): Add link to Org's and Emacs's websites.

* org-html.el (org-export-as-html): Add link to Org's and
Emacs's websites.
This commit is contained in:
Bastien Guerry 2012-05-18 08:32:08 +02:00
parent e1630f60c7
commit 4565bf0630

View File

@ -1857,8 +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 "<a href=\"http://orgmode.org/\">Org</a> version "
(org-version) " with Emacs version "
(concat "<a href=\"http://orgmode.org\">Org</a> version "
(org-version) " with <a href=\"http://www.gnu.org/software/emacs/\">Emacs</a> version "
(number-to-string emacs-major-version) "</p>\n")))
(insert html-validation-link "\n"))
(t