summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-01-03 22:11:11 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-01-03 22:11:11 +0100
commit3bba31ff44033e895fedd99857363dd5b0586b41 (patch)
tree97ef26018081b1682b89f03b1dd63329f451b153
parent93f90c8412d61930aa367d8ca61e10ff44f4090a (diff)
downloadorg-mode-3bba31ff44033e895fedd99857363dd5b0586b41.tar.gz
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>
-rw-r--r--lisp/org-faces.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 96f7b8e..df3765a 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -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'