Make today's deadlines "close" without lead time
commit43b5ca1626ead092e3262442c90bfb419f0f5d5d
authorDon March <don@ohspite.net>
Wed, 1 Jun 2016 04:05:12 +0000 (1 00:05 -0400)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 4 Jun 2016 18:39:15 +0000 (4 20:39 +0200)
tree44581bad24a201babade6b4d4d43cbca7584bf2b
parent3fd361eb77f8c760ccfc7224d3e79d54823923d0
Make today's deadlines "close" without lead time

* lisp/org.el (org-deadline-close): A timestamp is close if the days
  between now and the timestamp are less then or equal to the days of
  lead time.

* testing/lisp/test-org.el: Add tests for org-deadline-close.
lisp/org.el
testing/lisp/test-org.el