dhruvasagar / vim-dotoo

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

[issue] two issues #143

Open yimingwangdell opened 1 year ago

yimingwangdell commented 1 year ago
  1. not showing items only have "DEADLINE" in todo view. I want to see items not scheduled but have deadline in todo view
  2. not showing SCHEDULED item in related date of agenda view. I have a task both have SCHEDULED and DEADLINE, I want to see it on SCHEDULED date and DEADLINE date, currently I only see it on DEADLINE date in agenda
yimingwangdell commented 1 year ago

good work to make this plugin happened.

most things are good, but I have some small issues when I using it.

dhruvasagar commented 1 month ago

These are issues in the current implementation, we only support either Schedule or Deadline but don't deal with both. Will plan on adding this.