diff options
Diffstat (limited to 'lisp/org/org-faces.el')
-rw-r--r-- | lisp/org/org-faces.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index 3674f0a4e74..d529348d4d4 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el @@ -6,7 +6,7 @@ ;; Author: Carsten Dominik <carsten at orgmode dot org> ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org -;; Version: 6.29c +;; Version: 6.30c ;; ;; This file is part of GNU Emacs. ;; @@ -498,6 +498,11 @@ changes." (when (fboundp 'set-face-attribute) (set-face-attribute 'org-agenda-date-today nil :weight 'bold :italic 't))) +(unless (facep 'org-agenda-clocking) + (copy-face 'secondary-selection 'org-agenda-clocking) + (set-face-doc-string 'org-agenda-clocking + "Face marking the current clock item in the agenda.")) + (unless (facep 'org-agenda-date-weekend) (copy-face 'org-agenda-date 'org-agenda-date-weekend) (set-face-doc-string 'org-agenda-date-weekend |