Taskwarrior 與 Timewarrior - 不能重疊間隔

Taskwarrior 與 Timewarrior - 不能重疊間隔

我有一個 VimWiki、TaskWarrior/TimeWarrior 和 TaskWiki 的設定。昨天我觀察到,有些任務沒有被跟踪,因為我無法得到timew summary它。

當我直接從 TaskWarrior 啟動這些任務時,我收到訊息: You cannot overlap intervals. Correct the start/end time, or specify the :adjust hint. 該任務已由 TaskWarrior 正確啟動(我可以在清單中看到它為「活動」),但 TimeWarrior 無法以任何方式識別該任務。

我嘗試了一些方法,但我在任何地方都找不到不適當的間隔,也找不到有關如何將「:調整」與 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

我知道這個問題太老了,可能已經解決了,但僅供參考:

我遇到了類似的問題。我不確定是什麼原因造成的,但我認為發生這種情況是因為我忘記在某個時刻停止時間追蹤。時間戰士創造了許多未來被追蹤的日子。透過取得全年的任務,可以找到未來日子的ID

timew summary :year :id

然後刪除將來的任務

timew delete @1 @2(或任何適用的 ID)

刪除任務後即可恢復正常追蹤。

相關內容