vim-orgmode
vim-orgmode copied to clipboard
Implement Dates and Scheduling plugin
Implement Dates and Scheduling plugin
If you already have some ideas how you want to do it let me know. I'm eager to help...
I guess you mean this http://orgmode.org/guide/Deadlines-and-scheduling.html#Deadlines-and-scheduling
Right?
Right.
With the new date stuff in place and the basic agenda working it shouldn't take that long. Maybe we can release it this weekend?! I'll keep you posted...
I'm kinda in doubt what the best solution would be.
- DEADLINE and SCHEDULED are just special dates that get sorted in a different way. I would extend the OrgDate classes and add a flag for DEADLINE and SCHEDULED.
active_datewould become a list of 'dates' consisting of the normal active date, a scheduled date and a deadline date. - Alternatively I could extend the Headline class and add two fields for SCHEDULED and DEADLINE which save normal OrgDates.
In both cases I would extend the sorting functionality of the Heading class.
Is this still an active item? The documentation seems to indicate that DEADLINE and SCHEDULED is not implemented, but the syntax highlighting seems to work for it, and <localleader>caL seems to exist (though it doesn't bring anything up for me)