From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: [PATCH] Add hyperlink to Org website from HTML export footer Date: Thu, 17 May 2012 23:27:43 +0100 Message-ID: <20120517222743.GA5089@atlantic.linksys.moosehall> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV9Aj-0007io-Pu for emacs-orgmode@gnu.org; Thu, 17 May 2012 18:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SV9Ah-0006k0-NU for emacs-orgmode@gnu.org; Thu, 17 May 2012 18:27:49 -0400 Received: from coral.adamspiers.org ([85.119.82.20]:57213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV9Ah-0006js-HZ for emacs-orgmode@gnu.org; Thu, 17 May 2012 18:27:47 -0400 Received: from localhost (f.8.b.2.1.5.e.f.f.f.4.f.0.4.2.0.0.0.0.0.b.1.4.6.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:641b:0:240:f4ff:fe51:2b8f]) by coral.adamspiers.org (Postfix) with ESMTPSA id ED9422E5D3 for ; Thu, 17 May 2012 23:27:45 +0100 (BST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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 "

" email "

\n")) (when (plist-get opt-plist :creator-info) (insert "

" - (concat "Org version " (org-version) " with Emacs version " + (concat "Org version " + (org-version) " with Emacs version " (number-to-string emacs-major-version) "

\n"))) (insert html-validation-link "\n")) (t -- 1.7.8.206.g71406