Fix "invalid face reference" when filtering agenda by effort

* lisp/org-faces.el (org-agenda-filter-effort): New face.
(org-agenda-filter-category): Fix docstring.

Reported-by: wtm <wtmonroe.ls@gmail.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/111132>
This commit is contained in:
Nicolas Goaziou 2017-01-03 22:11:11 +01:00
parent 93f90c8412
commit 3bba31ff44
1 changed files with 5 additions and 1 deletions

View File

@ -558,7 +558,11 @@ month and 365.24 days for a year)."
:group 'org-faces)
(defface org-agenda-filter-category '((t :inherit mode-line))
"Face for categories(s) in the mode-line when filtering the agenda."
"Face for categories in the mode-line when filtering the agenda."
:group 'org-faces)
(defface org-agenda-filter-effort '((t :inherit mode-line))
"Face for effort in the mode-line when filtering the agenda."
:group 'org-faces)
(defface org-time-grid ;Copied from `font-lock-variable-name-face'