我有一个 VimWiki、TaskWarrior/TimeWarrior 和 TaskWiki 的设置。昨天我发现有些任务没有被跟踪,因为我无法获得它timew summary
。
当我直接从 TaskWarrior 启动这些任务时,我收到消息:
You cannot overlap intervals. Correct the start/end time, or specify the :adjust hint.
该任务已由 TaskWarrior 正确启动(我可以在列表中看到它为“活动”),但 TimeWarrior 无法以任何方式识别。
我尝试了几种方法,但在任何地方都找不到不适当的间隔,也找不到有关如何将“:adjust”与 TASKwarrior 结合使用的信息。
示例任务:
Name Value
ID 10
Description task review and push
Status Pending
Entered 2018-08-21 11:55:09 (20h)
Start 2018-08-22 08:09:31
Last modified 2018-08-22 08:09:31 (1min)
Tags w daily
Virtual tags ACTIVE PENDING READY TAGGED UNBLOCKED
UUID afe4be48-aed6-4d1f-aba7-d748bf368868
Urgency 4.9
active 1 * 4 = 4
tags 0.9 * 1 = 0.9
------
4.9
Date Modification
2018-08-21 11:55:41 Tags set to 'w,daily'.
2018-08-21 16:10:09 Start set to '2018-08-21 16:10:09'.
2018-08-21 16:25:40 Description changed from 'task review and push !!' to 'task review and push'.
2018-08-21 16:25:41 Start deleted (duration: PT15M32S).
2018-08-21 16:25:42 Start set to '2018-08-21 16:25:42'.
2018-08-21 16:25:58 Start deleted (duration: PT16S).
有人能告诉我这与“不能重叠”消息有什么关系以及如何解决它吗?
答案1
我知道这个问题已经很老了,可能已经解决了,但作为参考:
我遇到了类似的问题。我不确定是什么原因造成的,但我认为是因为我忘记在某个时候停止时间跟踪。Timewarrior 创建了许多未来跟踪的日子。我能够通过获取全年的任务来找到未来日子的 ID
timew summary :year :id
然后删除未来的任务
timew delete @1 @2
(或任何适用的 ID)
删除后即可再次正常跟踪任务。