emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 0abd4a4: ox-latex.el: Use [Objective]Caml d


From: ELPA Syncer
Subject: [elpa] externals-release/org 0abd4a4: ox-latex.el: Use [Objective]Caml dialect
Date: Sun, 24 Jan 2021 23:57:08 -0500 (EST)

branch: externals-release/org
commit 0abd4a44cbd894c3dbadc8d44ab90eb6d7c9af8b
Author: Basile Pesin <basile.pesin@gmail.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    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 70c4307..29663b3 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]