From 0f826c4e879645aa53995e682e247bb93f34a84a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 24 Aug 2009 12:25:17 +0200 Subject: [PATCH] Fix the definition of org-src-language-modes Patch by Eric Schulte --- lisp/org-src.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-src.el b/lisp/org-src.el index 9ea0dba85..0cde71c2d 100644 --- a/lisp/org-src.el +++ b/lisp/org-src.el @@ -110,7 +110,7 @@ or similar things which you want to have when editing a source code file, but which mess up the display of a snippet in Org exported files.") (defcustom org-src-lang-modes - '("ocaml" . tuareg) + '(("ocaml" . tuareg)) "Alist mapping languages to their major mode. The key is the language name, the value is the string that should be inserted as the name of the major mode. For many languages this is -- 2.11.4.GIT