Carsten Dominik 16 年之前
父节点
当前提交
b719ac011d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)))))