关于org-mode里显示<周一>与<一>的问题

(setq system-time-locale "C") 设置前后,<format-time-string “%A”> 返回的是英文。

最终解决办法:

(setq system-time-locale "zh_CN.UTF-8")

1 个赞