根据我使用的计算机,日期名称的缩写会发生变化:对于美国的ubuntu和lun。,mar。,mer ...,在法语ubuntu等上,它将是mon,tues,wed ...
这会导致org-mode的org-habit模块出现问题,当这些格式混合时会停止正常工作。
即使我使用-Q
选项绕过我的emacs配置文件,也会出现此本地化。
我该如何解决这个问题?
答案 0 :(得分:8)
;; System locale to use for formatting time values.
(setq system-time-locale "C") ; Make sure that the weekdays in the
; time stamps of your Org mode files and
; in the agenda appear in English.