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:
parent
e1630f60c7
commit
4565bf0630
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user