Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2016-12-02 23:25:26 +01:00
commit 1658cb26ff
1 changed files with 1 additions and 1 deletions

View File

@ -6365,7 +6365,7 @@ scheduled items with an hour specification like [h]h:mm."
;; schedule.
(t (format next (1+ diff)))))
head level category tags time nil habitp))
(face (cond ((and (not habitp) (< current today))
(face (cond ((and (not habitp) pastschedp)
'org-scheduled-previously)
(todayp 'org-scheduled-today)
(t 'org-scheduled)))