mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
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:
parent
b57e23694f
commit
e1630f60c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user