emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 2e22a8b827: org-export-dictionary: Fix typo


From: ELPA Syncer
Subject: [elpa] externals-release/org 2e22a8b827: org-export-dictionary: Fix typo
Date: Sat, 14 Jan 2023 08:58:09 -0500 (EST)

branch: externals-release/org
commit 2e22a8b8272af20561530c4bd9253022a068f186
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-export-dictionary: Fix typo
    
    * lisp/ox.el (org-export-dictionary): Fix encoding keyword.
    
    Reported-by: Rafael Bento <rafael.bentoe.silva@gmail.com>
    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 a5f2249cad..65f9ff1827 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -6407,7 +6407,7 @@ them."
      ("nb" :default "Innhold")
      ("nn" :default "Innhald")
      ("pl" :html "Spis tre&#x015b;ci")
-     ("pt_BR" :html "&Iacute;ndice" :utf8 "Índice" :ascii "Indice")
+     ("pt_BR" :html "&Iacute;ndice" :utf-8 "Índice" :ascii "Indice")
      ("ro" :default "Cuprins")
      ("ru" :html 
"&#1057;&#1086;&#1076;&#1077;&#1088;&#1078;&#1072;&#1085;&#1080;&#1077;"
       :utf-8 "Содержание")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]