kiwanami / emacs-calfw

A calendar framework for Emacs
1.17k stars 100 forks source link

calfw-org should show missed deadlines. #107

Open michaelcadilhac opened 7 years ago

michaelcadilhac commented 7 years ago

Hi there!

init.el:

(require 'org)
(require 'calfw-org)

(setq org-agenda-files '("/tmp/test.org"))

/tmp/test.org:

* TODO You missed this!
DEADLINE: <2017-08-08 Tue>

Then org-agenda and cfw:open-org-agenda results in: Result

I believe the reminder should also appear in the agenda.

Cheers!