From b719ac011dbc8a07194d337115f91d8f90893388 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 3 Mar 2009 13:12:37 +0100 Subject: [PATCH] Bug fix. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index bf7881bc8..ef0dbd948 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -2318,7 +2318,7 @@ Drawers will be excluded, also the line with scheduling/deadline info." ov 'face (cond ((cdr (assoc p org-priority-faces))) ((and (listp org-agenda-fontify-priorities) - (cdr (assoc p org-agenda-fontify-priorities))) + (cdr (assoc p org-agenda-fontify-priorities)))) ((equal p l) 'italic) ((equal p h) 'bold))) (org-overlay-put ov 'org-type 'org-priority)))))