Просмотр исходного кода

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.
Bastien Guerry 13 лет назад
Родитель
Сommit
4565bf0630
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lisp/org-html.el

+ 2 - 2
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