Fix typo in `org-latex-minted-langs' setttings
This commit is contained in:
parent
b5f8ed46cc
commit
16133cd62c
@ -961,7 +961,7 @@ The code in listing [[lst:customize-org-babel]], [[lst:customize-org]], and
|
|||||||
(cperl "perl")
|
(cperl "perl")
|
||||||
(shell-script "bash")
|
(shell-script "bash")
|
||||||
(caml "ocaml")
|
(caml "ocaml")
|
||||||
(Org "latex")))
|
(org "latex")))
|
||||||
'(org-latex-minted-options '(("bgcolor" "LightGoldenrodYellow")))
|
'(org-latex-minted-options '(("bgcolor" "LightGoldenrodYellow")))
|
||||||
`(org-latex-logfiles-extensions
|
`(org-latex-logfiles-extensions
|
||||||
',(cl-union '("lof" "lot") org-latex-logfiles-extensions :test #'equal))
|
',(cl-union '("lof" "lot") org-latex-logfiles-extensions :test #'equal))
|
||||||
|
Loading…
Reference in New Issue
Block a user