比印象笔记强大的emacs-org:细颗粒度的时间管理

如文章 豪横的笔记功能:emacs-org中的时间规划管理的四个要点 除了做时间规划之外。任务的实际执行过程,emacs-org提供了clocking工具,帮助记录和检测时间。

比印象笔记强大的emacs-org:细颗粒度的时间管理


1.钟表计时工作

倘若在多个emacs-sessions下工作,须做如下设置:

    (setq org-clock-persist 'history)
    (org-clock-persistence-insinuate)

如此就能在不同session的emacs内共享同一份clock-history。

计时的基本命令

(C-c C-x C-i) (org-clock-in) 在任务上开始计时;

(C-c C-x C-o) (org-clock-out)结束计时任务;

(C-c C-x C-x) (org-clock-in-last)从上回的任务中开始重新计时;

(C-c C-x C-e) (org-clock-modify-effort-estimate) 修改估算时间;

(C-c C-c) or (C-c C-y) (org-evaluate-time-range) 重新计算时间跨度;

(C-S-UP) (org-clock-timestamps-up), (C-S-DOWN) (org-clock-timestamps-down) 调整clock的时间戳;

(S-M-UP) (org-timestamp-up), (S-M-DOWN) (org-timestamp-down) 调整时间戳

(C-c C-t) (org-todo) 变更任务的状态

(C-c C-x C-q) (org-clock-cancel) 取消计时任务

(C-c C-x C-j) (org-clock-goto) 跳转到当前的计时任务

(C-c C-x C-d) (org-clock-display)展示计时的任务总结。

另外,从agenda中按键 (l)将会展示当天的计时任务。

持续计时与解决idle-time的问题

当从电脑前离开一会儿,重新回到当前的任务后,需要对任务的执行做出校正。

调用函数org-resolve-clock将会弹出下的界面:

比印象笔记强大的emacs-org:细颗粒度的时间管理


命令看起来很多,有用的只有一个keep。

2.估算时间 Efforts Estimates

设定估算时间能够帮助我们更好的了解个人效率和生产力。

- (C-c C-x e) (org-set-effort) 设定估算时间

- (C-c C-x C-e) (org-clock-modify-effort-estimate)修改估算时间

虽然比较小,然而却作用重大的功能。

比印象笔记强大的emacs-org:细颗粒度的时间管理


3.用相对时间记录

相对时间计时,就是钟表的倒计时功能。

(C-c C-x 0) (org-timer-start) 开始org-timer计时

(C-c C-x ;) (org-timer-set-timer) 设定倒计时的时间间隔

(C-c C-x .) (org-timer) 开始计时

(C-c C-x -) (org-timer-item) 插入计时条目

(M-RET) (org-insert-heading)计时开始后,插入新的条目

(C-c C-x ,) (org-timer-pause-or-continue)暂停计时

(C-c C-x _) (org-timer-stop) 停止计时


比印象笔记强大的emacs-org:细颗粒度的时间管理

展开阅读全文

页面更新:2024-05-20

标签:豪横   时间   跨度   上回   条目   间隔   生产力   会儿   钟表   颗粒   倒计时   按键   函数   命令   印象

1 2 3 4 5

上滑加载更多 ↓
推荐阅读:
友情链接:
更多:

本站资料均由网友自行发布提供,仅用于学习交流。如有版权问题,请与我联系,QQ:4156828  

© CopyRight 2020-2024 All Rights Reserved. Powered By 71396.com 闽ICP备11008920号-4
闽公网安备35020302034903号

Top