From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Javascript Export Issue Date: Sat, 07 Mar 2009 11:23:16 +0100 Message-ID: <87wsb1638r.fsf@kassiopeya.MSHEIMNETZ> References: <49B1DC36.1020505@gmail.com> 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 1Lftdf-0006ob-Fm for emacs-orgmode@gnu.org; Sat, 07 Mar 2009 05:20:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lftde-0006nX-7u for emacs-orgmode@gnu.org; Sat, 07 Mar 2009 05:20:14 -0500 Received: from [199.232.76.173] (port=50917 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lftde-0006nL-1t for emacs-orgmode@gnu.org; Sat, 07 Mar 2009 05:20:14 -0500 Received: from mail.gmx.net ([213.165.64.20]:36906) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lftdd-0000uc-Gv for emacs-orgmode@gnu.org; Sat, 07 Mar 2009 05:20:13 -0500 In-Reply-To: <49B1DC36.1020505@gmail.com> (srandby@gmail.com's message of "Fri, 06 Mar 2009 21:30:14 -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: srandby@gmail.com Cc: "[Orgmode]" --=-=-= Here's the patch to fix this issue. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=safari-and-js.patch Content-Description: Make JavaScript work in Safari diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c21755a..952eb9a 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -563,7 +563,7 @@ not be modified." if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } -/*]]>*/--> +/*]]>*///--> " "Basic javascript that is needed by HTML files produced by Org-mode.") diff --git a/lisp/org-jsinfo.el b/lisp/org-jsinfo.el index 285169b..b24f65b 100644 --- a/lisp/org-jsinfo.el +++ b/lisp/org-jsinfo.el @@ -110,7 +110,7 @@ means to use the maximum value consistent with other options." +/*]]>*///--> " "The template for the export style additions when org-info.js is used. Option settings will replace the %MANAGER-OPTIONS cookie." --=-=-= -- 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 --=-=-=--