From 16133cd62c18ae629313ee5bb6dcb03d55caf7c6 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 29 Dec 2021 12:16:15 +0100 Subject: [PATCH] Fix typo in `org-latex-minted-langs' setttings --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4bd1802..e76affe 100644 --- a/README.org +++ b/README.org @@ -961,7 +961,7 @@ The code in listing [[lst:customize-org-babel]], [[lst:customize-org]], and (cperl "perl") (shell-script "bash") (caml "ocaml") - (Org "latex"))) + (org "latex"))) '(org-latex-minted-options '(("bgcolor" "LightGoldenrodYellow"))) `(org-latex-logfiles-extensions ',(cl-union '("lof" "lot") org-latex-logfiles-extensions :test #'equal))