vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Implement Dates and Scheduling plugin

Open jceb opened this issue 14 years ago • 6 comments

Implement Dates and Scheduling plugin

jceb avatar Mar 07 '11 18:03 jceb

If you already have some ideas how you want to do it let me know. I'm eager to help...

sotte avatar Apr 14 '11 20:04 sotte

I guess you mean this http://orgmode.org/guide/Deadlines-and-scheduling.html#Deadlines-and-scheduling

Right?

sotte avatar Sep 06 '11 11:09 sotte

Right.

jceb avatar Sep 11 '11 19:09 jceb

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...

sotte avatar Sep 12 '11 19:09 sotte

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_date would 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.

sotte avatar Sep 15 '11 11:09 sotte

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)

pganssle avatar Apr 23 '18 16:04 pganssle