dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
558 stars 27 forks source link

TODOs with date range do not show up in the agenda view #131

Open Bietola opened 2 years ago

Bietola commented 2 years ago

As soon as I create a TODO with a date range, it doesn't seem to appear in the agenda view. TODOs with just a single time work just fine.

eg. SCHEDULED: <2022-03-12 Sat 09:30> works, while SCHEDULED: <2022-03-12 Sat 09:30-11:30> doesn't.

dhruvasagar commented 2 years ago

@Bietola That's cool, i'll refer to org documentation on how that should be interpreted. Feel free to share how you expect this to work. Will need to improve the parser for this.

Bietola commented 2 years ago

Thanks for the quick reply! It would just be nice to have it appear in the agenda view with the date range specified.