emacs自动插入最后编辑的日期


3

我正在使用Org模式,我想知道是否有人知道如何在实际文件中添加文件最后编辑的日期?

Answers:


3
  1. 组织模式中的时间戳
  2. Emacs(版本21或更高版本)具有时间戳支持(请参见手册:时间戳)。
  3. header2.el 具有在文件头中插入和更新日期和时间字段的代码。与vanilla Emacs时间戳不同,这样的时间戳不必在文件的前八行内。通过header2.el使用的默认时间戳格式看起来是这样,但你可以定制你喜欢的任何方式(option ‘header-date-format’

关于如何使用选项2的链接(最简单和最便携的方式IMO)


Nitpick:时间戳已经在Emacs 19中(可能更早,但我只是太年轻了,用户不知道)。
Gilles 2010年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.