From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: ocaml babel no longer works? Date: Fri, 08 Feb 2013 15:23:22 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3orJ-0006mJ-2w for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 09:23:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3orI-0003Yh-2e for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 09:23:21 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:25560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3orH-0003YI-Sy for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 09:23:20 -0500 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: emacs-orgmode Hello, I recently updated org-mode (from git), and ocaml source code is no longer recognized. If I have a very simple file, like this: #+BEGIN_SRC ocaml let x = 2 in x #+END_SRC I don't get syntax highlighting, and trying to evaluate it result in an error: Evaluate this ocaml code block on your system? (y or n) y executing Ocaml code block... face-spec-choose: Wrong type argument: listp, class I do have ocaml set up for babel (and it worked until I upgraded): ;;;; active Babel languages (org-babel-do-load-languages 'org-babel-load-languages '((ocaml . t) (gnuplot . t) (R . t) (js . t) (ditaa . t) (perl . t) )) Did something recently change to break this? Thanks, Alan