0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

Merge branch 'maint'

This commit is contained in:
Marco Wahl 2020-06-26 13:17:28 +02:00
commit fe45a89aa1

View file

@ -343,7 +343,9 @@ current time."
(if (and in-the-past-p (if (and in-the-past-p
(not last-done-date) (not last-done-date)
(not (< scheduled now))) (not (< scheduled now)))
'(org-habit-clear-face . org-habit-clear-future-face) (if (= start (car all-done-dates))
'(org-habit-ready-face . org-habit-ready-future-face)
'(org-habit-clear-face . org-habit-clear-future-face))
(org-habit-get-faces (org-habit-get-faces
habit start habit start
(and in-the-past-p (and in-the-past-p