>From 7343ff30927876966d3eabd3c1ee9c2afa018d2e Mon Sep 17 00:00:00 2001 From: Basile Pesin Date: Thu, 14 Jan 2021 13:16:54 +0100 Subject: [PATCH] ox-latex.el : Use [Objective]Caml dialect * ox-latex.el (org-latex-listings-langs): Change the binding for `ocaml' to "[Objective]Caml" The "[Objective]Caml" dialect syntax highlighting is different from the "Caml" one (reflecting the added features of OCaml compared to Caml-light). TINYCHANGE --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 2a14b25d5..3b1fb71f2 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -956,7 +956,7 @@ URL `https://orgmode.org/worg/org-tutorials/org-latex-preview.html'." (tex "TeX") (latex "[LaTeX]TeX") (shell-script "bash") (gnuplot "Gnuplot") - (ocaml "Caml") (caml "Caml") + (ocaml "[Objective]Caml") (caml "Caml") (sql "SQL") (sqlite "sql") (makefile "make") (R "r")) -- 2.29.2