Open michaelcadilhac opened 7 years ago
Hi there!
init.el:
init.el
(require 'org) (require 'calfw-org) (setq org-agenda-files '("/tmp/test.org"))
/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:
I believe the reminder should also appear in the agenda.
Cheers!
Hi there!
init.el
:/tmp/test.org
:Then org-agenda and cfw:open-org-agenda results in:
I believe the reminder should also appear in the agenda.
Cheers!