From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Babel language support for Mathematica Date: Thu, 09 Jan 2014 11:28:50 +0100 Message-ID: <87ha9dwisd.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1CrE-0003Tq-38 for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 05:29:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1Cr8-0005Me-KP for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 05:29:00 -0500 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:56561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Cr8-0005MT-Ct for emacs-orgmode@gnu.org; Thu, 09 Jan 2014 05:28:54 -0500 Received: by mail-we0-f180.google.com with SMTP id t61so2564934wes.39 for ; Thu, 09 Jan 2014 02:28:53 -0800 (PST) In-Reply-To: (Yi Wang's message of "Thu, 9 Jan 2014 03:46:51 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Yi Wang Cc: emacs-orgmode@gnu.org Hi Yi, Yi Wang writes: > As far as I can find, there is no babel support for Mathematica. So I > wrote one and share it in case other people are interested: > > https://github.com/tririver/wy-els/blob/master/ob-mathematica.el Nice, thanks for sharing! (By the way, you should fix the .el header, it says that the file is part of Emacs while it's not.) > While writing this extension, I have a question: How to add font-lock > mode in org code blocks? (setq org-src-fontify-natively t) HTH, -- Bastien