Carsten Dominik před 16 roky
rodič
revize
b719ac011d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)))))