我使用org-mode来clock working time。我还有一些capture templates可以很好地捕捉思想,笔记,任务等,而不会造成很大的干扰。
我想添加但我不确定如何去做,就是有一个捕获模板来记录当前打开的时钟上的注释。我希望捕获的文本既可以转到当前时钟,也可以转到索引文件,该文件只是我记录的运行索引。结果是我的时钟条目看起来像这样:
** TODO Setup custom capture template for logging to clock and index file
CLOCK: [2014-09-03 Wed 08:43]
- this is a captured note, posted an update to SOF (this one)
- this is a captured note, posted question to SOF
CLOCK: [2014-09-03 Wed 08:07]--[2014-09-03 Wed 08:29] => 0:22
- this is a captured note, scratched my head a while
CLOCK: [2014-09-02 Tue 17:07]--[2014-09-02 Tue 17:25] => 0:18
- another captured note
在同一时期,我的task-index.org文件如下所示:
[2014-09-03 Wed 09:34] - this is a captured note, posted an update to SOF (this one)
[2014-09-03 Wed 09:05] - this is a captured note, posted question to SOF
[2014-09-03 Wed 08:07] - this is a captured note, scratched my head a while
[2014-09-02 Tue 17:15] - another captured note
索引文件中的时间戳是链接返回目标(模板中的%a?),最初捕获的条目无法使用SOF语法说明该链接。
我没有什么可分享的,因为我最大的问题是我不知道从哪里开始。我可以创建捕获模板,但我不确定如何使它在当前时钟中放置一个简单的列表项,也不知道如何从模板中创建一个挂起的模板放入索引条目。
任何形式的帮助都会非常感激!