From 2e22a8b8272af20561530c4bd9253022a068f186 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 14 Jan 2023 16:28:49 +0300 Subject: [PATCH] org-export-dictionary: Fix typo * lisp/ox.el (org-export-dictionary): Fix encoding keyword. Reported-by: Rafael Bento Link: https://orgmode.org/list/adda99a7-b21f-a33b-571d-b7bfd6d743e2@gmail.com --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index a5f2249ca..65f9ff182 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -6407,7 +6407,7 @@ them." ("nb" :default "Innhold") ("nn" :default "Innhald") ("pl" :html "Spis treści") - ("pt_BR" :html "Índice" :utf8 "Índice" :ascii "Indice") + ("pt_BR" :html "Índice" :utf-8 "Índice" :ascii "Indice") ("ro" :default "Cuprins") ("ru" :html "Содержание" :utf-8 "Содержание")