seagle0128 / .emacs.d

Centaur Emacs - A Fancy and Fast Emacs Configuration
https://seagle0128.github.io/.emacs.d/
GNU General Public License v3.0
1.99k stars 269 forks source link

[FIX] Org-mode Hot expand fails due to duplicate keys #456

Closed CsBigDataHub closed 1 month ago

CsBigDataHub commented 1 month ago

error - Duplicated keys in ‘org-structure-template-alist’ and ‘org-tempo-keywords-alist’

Through this PR we will identify and remove the duplicate keys

seagle0128 commented 1 month ago

I checked org-structure-temlate-alist and no duplicated keys. Do you have other personal configurations?

(("n" . "note") ("a" . "export ascii") ("c" . "center") ("C" . "comment")
 ("e" . "example") ("E" . "export") ("h" . "export html") ("l" . "export latex")
 ("q" . "quote") ("s" . "src") ("v" . "verse"))
CsBigDataHub commented 1 month ago

Weird, I do not see the error anymore. I was seeing the error for last couple of days. I just upgraded all the packages, this issue might be coming from a package and it has been fixed recently.

Thanks for looking in to it. I will close the issue.