summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-05-18 08:32:08 +0200
committerBastien Guerry <bzg@altern.org>2012-05-18 08:32:08 +0200
commit4565bf063055e993c717ec07e389e3c75fdbc3d5 (patch)
tree0ac442092890304e248b1f268168d935e92e8a09
parente1630f60c7e5149ecf8afe64f83af02d6f87ea09 (diff)
downloadorg-mode-4565bf063055e993c717ec07e389e3c75fdbc3d5.tar.gz
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.
-rw-r--r--lisp/org-html.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 03c39e8..5c0c6b8 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 "<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