emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ocaml babel no longer works?
@ 2013-02-08 14:23 Alan Schmitt
  2013-02-09 12:06 ` Alan Schmitt
  0 siblings, 1 reply; 12+ messages in thread
From: Alan Schmitt @ 2013-02-08 14:23 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-07  7:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 14:23 ocaml babel no longer works? Alan Schmitt
2013-02-09 12:06 ` Alan Schmitt
2013-02-09 21:09   ` Eric Schulte
2013-02-09 21:17     ` Sebastien Vauban
2013-02-11 21:23     ` Alan Schmitt
2013-02-13 16:24       ` Eric Schulte
2013-02-14  7:40         ` Alan Schmitt
2013-02-14 17:34           ` Eric Schulte
2013-05-02  9:49         ` Alan Schmitt
2013-05-03 15:57           ` Eric Schulte
2013-05-07  7:56             ` Alan Schmitt
2013-05-06  6:20           ` Alan Schmitt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).