Browse Source

Add hyperlink to Org website from HTML export footer

* lisp/org-html.el: add hyperlink to http://orgmode.org/ from export footer
Adam Spiers 13 years ago
parent
commit
e1630f60c7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-html.el

+ 2 - 1
lisp/org-html.el

@@ -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