From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Insert validation link in postamble Date: Tue, 03 Mar 2009 10:20:31 +0100 Message-ID: <87y6vnarog.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeQkl-0005A0-JH for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 04:17:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeQkj-000599-Oy for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 04:17:30 -0500 Received: from [199.232.76.173] (port=60027 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeQkj-000592-Fv for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 04:17:29 -0500 Received: from mail.gmx.net ([213.165.64.20]:48803) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LeQki-0004AU-QV for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 04:17:29 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Org-Mode --=-=-= This patch inserts a link into the postamble to validate the XHTML 1.0 via http://validator.w3.org/ By clicking on the link, the page will be validated in a new browser window (or tab). --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 95b9ad8..b359da1 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -4067,6 +4067,7 @@ lang=\"%s\" xml:lang=\"%s\"> (when org-export-creator-info (insert (format "

HTML generated by org-mode %s in emacs %s

\n" org-version emacs-major-version))) + (insert "

Validate XHTML 1.0

") (insert "")) (if org-export-html-with-timestamp -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--