ox-latex: Fix typo in Brazilian language code

* lisp/ox-latex.el (org-latex-babel-language-alist): Fix typo.
This commit is contained in:
Nicolas Goaziou 2019-08-15 10:05:42 +02:00
parent ff6508ad4b
commit bf8ae63588
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,6 @@
(defconst org-latex-babel-language-alist
'(("af" . "afrikaans")
("bg" . "bulgarian")
("bt-br" . "brazilian")
("ca" . "catalan")
("cs" . "czech")
("cy" . "welsh")
@ -195,6 +194,7 @@
("no" . "norsk")
("pl" . "polish")
("pt" . "portuguese")
("pt-br" . "brazilian")
("ro" . "romanian")
("ru" . "russian")
("sa" . "sanskrit")