Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Nicolas Goaziou
Hello, Renato Ferreira writes: > Fixes "Invalid face attribute/reference" errors > > * lisp/org-agenda.el (org-agenda-fontify-priorities): generates correct > :inherit face property. > > --- > lisp/org-agenda.el | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Renato Ferreira
Fixes "Invalid face attribute/reference" errors * lisp/org-agenda.el (org-agenda-fontify-priorities): generates correct :inherit face property. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index

Re: [O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Nicolas Goaziou
Hello, Renato Ferreira writes: > When using: > (setq org-agenda-fontify-priorities 'cookies) > (setq org-priority-faces '((65 . "#FF9393") (66 . "#CC9393") (67 > . "#AC7373") (68 . "#7C4343"))) > > (org-agenda-fontify-priorities) generates an (:inherit nil ...) face >

[O] [PATCH] org-agenda.el Correct :inherit on org-agenda-fontify-priorities

2016-11-04 Thread Renato Ferreira
When using: (setq org-agenda-fontify-priorities 'cookies) (setq org-priority-faces '((65 . "#FF9393") (66 . "#CC9393") (67 . "#AC7373") (68 . "#7C4343"))) (org-agenda-fontify-priorities) generates an (:inherit nil ...) face alist, which ultimately (i can't trace specifically where) causes a lot