From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Release 7.02 Date: Fri, 29 Oct 2010 13:03:37 -0500 Message-ID: <4CCB0C79.9030600@ccbr.umn.edu> References: <912EC325-B17E-487B-BA7F-47573F8D4D69@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41514 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBtSh-0003YJ-CL for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 14:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBtSg-0002yF-88 for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 14:13:59 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:1563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBtSg-0002xf-1u for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 14:13:58 -0400 In-Reply-To: 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: Jeff Horn Cc: Org Mode , Carsten Dominik Jeff Horn wrote: > On Fri, Oct 29, 2010 at 2:49 AM, Carsten Dominik > wrote: >> Implement MathJax support >> ========================== >> >> Org-mode now uses MathJax to display math on web pages. We serve >> MathJax from the orgmode.org server, at least for the time being >> (thanks Bastien!). If you are going to use this for pages which >> are viewd often, please install MathJax on your own webserver. > > I use this, and forty page views a week may be too much (I don't > know). I didn't know how MathJax worked, and I thought it was always > served from MathJax servers (I didn't give it much thought, > obviously). > > What do I need to customize to get MathJax to load from my own server > instead of orgmode.org? > See the org-export-html-mathjax-options variable.