hello,

I am using org-mode version: 7.9.2

while creating equations using LaTeX with emacs,

eg.

$\frac{1}{k}\log_2 c(f)$
$\frac{1}{k}\log_2 c(f)$

it loads script "" <script type="text/javascript" src="http://orgmode.org/mathjax/MathJax.js">""

so instead of loading MathJax.js from orgmode.org , how can I customize emacs to use same js from local machine.


eg. instead of <script type="text/javascript" src="http://orgmode.org/mathjax/MathJax.js">""

     emacs should use <script type="text/javascript" src="/myhome/static/js/MathJax.js">""


how can I do this??


Thanks & Regards,
Supriya Pravin Sawant