* [PATCH] Add hyperlink to Org website from HTML export footer
@ 2012-05-17 22:27 Adam Spiers
0 siblings, 0 replies; only message in thread
From: Adam Spiers @ 2012-05-17 22:27 UTC (permalink / raw)
To: org-mode mailing list
* lisp/org-html.el: add hyperlink to http://orgmode.org/ from export footer
---
lisp/org-html.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lisp/org-html.el b/lisp/org-html.el
index bcbad61..03c39e8 100644
--- a/lisp/org-html.el
+++ b/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
--
1.7.8.206.g71406
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-17 22:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 22:27 [PATCH] Add hyperlink to Org website from HTML export footer Adam Spiers
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).