使用最后 clocke-out 时间作为任务完成时间
默认情况下当把 entry 的状态设置为完成时,会把当前时间作为完成 entry 的时间戳。 但这就要求我们能够及时地把一项任务标注为完成,否则这个时间就会跟实际的任务完成时间脱节很大了。
一直以来我都是手工对其进行调整的,直到今天发现了一个变量 org-use-last-clock-out-time-as-effective-time
.
下面是关于这个变量的说明
org-use-last-clock-out-time-as-effective-time is a variable defined in ‘org.el’. Its value is nil Documentation: When non-nil, use the last clock out time for ‘org-todo’. Note that this option has precedence over the combined use of ‘org-use-effective-time’ and ‘org-extend-today-until’. You can customize this variable. This variable was introduced, or its default value was changed, in version 24.4 of Emacs.
说白了就是当这个变量设置为非 nil 时,会使用最后记录的 clock-out 的时间作为实际的关闭时间。 而当没有 clock-out 时间的情况下,则依然会使用当前时间戳作为关闭时间,简直是太贴心了。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论