date - 时间戳的emacs org-mode语言

标签 date emacs org-mode

根据我使用的计算机,日期名称的缩写会发生变化:在美国的 ubuntu 和 lun.、mar.、mer.... 在法国的 ubuntu 上会是 mon、tues、wed……等等。

这导致 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.

关于date - 时间戳的emacs org-mode语言,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28913294/

相关文章:

Emacs 组织模式 : How To Stop Total in Column View Showing Number of Days?

javascript - 如何使用 javascript 检查范围之间的时间

javascript - 使用 Javascript 更改日期格式

c++ - 在 emacs 中使用 EDE 处理 cmake/C++ 项目

emacs - 在 Emacs 中恢复缓冲区开关上的先前窗口位置

Emacs:帮助我了解文件/缓冲区管理

performance - 是否值得将日期拆分并存储为 yyyy、mm、dd、dow 以用于将来的 GROUP BY 聚合?

jquery - 浏览器中跨时区的相同日期时间 - 在预订引擎上

emacs - 在 emacs 组织模式批量导出中加载包含文件

emacs - 组织模式导出到 Latex — 抑制标签的生成