From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefano Sabatini Newsgroups: gmane.emacs.help Subject: org-mode HTML+mathjax export problem Date: Fri, 24 Dec 2010 02:16:20 +0100 Message-ID: <20101224011619.GA10436@geppetto> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1293153529 32230 80.91.229.12 (24 Dec 2010 01:18:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Dec 2010 01:18:49 +0000 (UTC) To: help-gnu-emacs Mailing List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 24 02:18:40 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PVwIp-00028h-JU for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Dec 2010 02:18:39 +0100 Original-Received: from localhost ([127.0.0.1]:45899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVwIo-0004j9-NE for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Dec 2010 20:18:38 -0500 Original-Received: from [140.186.70.92] (port=42743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVwIU-0004j4-4m for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 20:18:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVwIT-0005BP-41 for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 20:18:17 -0500 Original-Received: from relay-pt2.poste.it ([62.241.5.253]:47952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVwIS-0005B6-UT for help-gnu-emacs@gnu.org; Thu, 23 Dec 2010 20:18:17 -0500 Original-Received: from arborea.caos.org (78.15.198.125) by relay-pt2.poste.it (8.5.121.01) (authenticated as stefano.sabatini-lala@poste.it) id 4D13E30200003786 for help-gnu-emacs@gnu.org; Fri, 24 Dec 2010 02:18:14 +0100 Original-Received: from stefano by arborea.caos.org with local (Exim 4.72) (envelope-from ) id 1PVwGa-0005du-12 for help-gnu-emacs@gnu.org; Fri, 24 Dec 2010 02:16:20 +0100 Mail-Followup-To: help-gnu-emacs Mailing List Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: stefano.sabatini-lala@poste.it X-SA-Exim-Scanned: No (on arborea.caos.org); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77840 Archived-At: Hi all, I recently started to use org-mode and loving it, basically I adopted it as my internal documentation format. Now I tried to convert to HTML, and I wanted to use mathjax JS rendering. emacs-bzr documentation mention mathjax but as I can see it is only supported in a recent version of org-mode+git. So I downloaded latest org-mode+git and installed on ~/share/emacs/site-list/org-mode. Now I have this line on my init.el: (load-file "~/share/emacs/site-lisp/org-mode/org-install.el") and I added this line on the first line of the file to process: #+MATHJAX: align:"left" mathml:t path:"/MathJax/MathJax.js" nonetheless the generated HTML contains no JS at all and no link the the MathJax.js file. I suppose this is a problem of conflict with the pre-installed org-mode version, do you have hints for debugging such issues? Also is there some command (e.g. org-mode-version) which I can use to check the currently loaded version? Thanks in advance.