Function: org-agenda-deadline-face

org-agenda-deadline-face is a byte-compiled function defined in org-agenda.el.gz.

Signature

(org-agenda-deadline-face FRACTION)

Documentation

Return the face to displaying a deadline item.

FRACTION is what fraction of the head-warning time has passed.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-deadline-face (fraction)
  "Return the face to displaying a deadline item.
FRACTION is what fraction of the head-warning time has passed."
  (assoc-default fraction org-agenda-deadline-faces #'<=))