You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a 6 long hour vim session, I opened my agenda buffer open at the start of my session.
Then once I was done for today, I noticed that when I refresh the agenda view, the time remaining was not actualised at all and it still shows me the time I had 6 hours ago. i.e :
I have a task for Tomorrow at 10am
I started my session Today at 14pm
It shows me I have 20 hours remaining
I finish at 20pm.
I hit refresh on the agenda view
It should display I have 14 hours remaining.
It still displays I have 20 hours remaining
Also if I edit the DEADLINE of the existing tasks, it affects the time remaining when I refresh BUT it is only relative to the old time counter.
The only way to update the time remaining view is to restart the vim session. But I don't wanna spawn more vim sessions.
Steps to reproduce.
Create a task with a deadline.
Wait 2 minutes.
Press 'r' in the agenda view.
Expected results:
The tasks time remaining has diminished from 2 minutes.
Actual results:
The tasks time remaining is still the same.
Please, could you fix this asap?
The text was updated successfully, but these errors were encountered:
@kadadot216 It is sometimes possible that a long vim session ends up going past midnight, however, the agenda view remains to keep the previous day as it's current date. When this happens r does not fix the current date, since that only refreshes the agenda view by applying the current filters. I have faced this before, when this happens hitting . fixes the agenda view and sets the current date to the correct date.
Can you confirm if this was your issue ? I believe, it should be appropriate to change the bahavior of r to do the same as ., if the date has changed. I can do this as long as we can ensure this was the issue.
Hello,
I had a 6 long hour vim session, I opened my agenda buffer open at the start of my session.
Then once I was done for today, I noticed that when I refresh the agenda view, the time remaining was not actualised at all and it still shows me the time I had 6 hours ago. i.e :
Also if I edit the DEADLINE of the existing tasks, it affects the time remaining when I refresh BUT it is only relative to the old time counter.
The only way to update the time remaining view is to restart the vim session. But I don't wanna spawn more vim sessions.
Steps to reproduce.
Create a task with a deadline.
Wait 2 minutes.
Press 'r' in the agenda view.
Expected results:
The tasks time remaining has diminished from 2 minutes.
Actual results:
The tasks time remaining is still the same.
Please, could you fix this asap?
The text was updated successfully, but these errors were encountered: