Fix typo in `org-latex-minted-langs' setttings

This commit is contained in:
Gerard Vermeulen 2021-12-29 12:16:15 +01:00
parent b5f8ed46cc
commit 16133cd62c
1 changed files with 1 additions and 1 deletions

View File

@ -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))