时间戳的 emacs 组织模式语言
emacs org-mode language of time stamps
根据我使用的计算机,日期名称的缩写会发生变化:在美国 ubuntu 和 lun.、mar.、mer.… 在美国 [=] 19=]等
这会导致 org-mode 的 org-habit 模块出现问题,当这些格式混合时,它会停止正常工作。
即使我使用 -Q
选项绕过我的 emacs 配置文件,此本地化仍然存在。
我该如何解决这个问题?
;; 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.
根据我使用的计算机,日期名称的缩写会发生变化:在美国 ubuntu 和 lun.、mar.、mer.… 在美国 [=] 19=]等
这会导致 org-mode 的 org-habit 模块出现问题,当这些格式混合时,它会停止正常工作。
即使我使用 -Q
选项绕过我的 emacs 配置文件,此本地化仍然存在。
我该如何解决这个问题?
;; 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.