0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 16:02:51 +00:00
This commit is contained in:
Carsten Dominik 2009-03-03 13:12:37 +01:00
parent d3d2b3e835
commit b719ac011d

View file

@ -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)))))