equal
deleted
inserted
replaced
1160 ;; (setq org-todo-keyword-faces |
1160 ;; (setq org-todo-keyword-faces |
1161 ;; '(("TODO" . (:foreground "red" :weight bold)) |
1161 ;; '(("TODO" . (:foreground "red" :weight bold)) |
1162 ;; ("WAIT" . (:foreground "orange" :weight bold)) |
1162 ;; ("WAIT" . (:foreground "orange" :weight bold)) |
1163 ;; ("DONE" . (:foreground "green" :weight bold))) ) |
1163 ;; ("DONE" . (:foreground "green" :weight bold))) ) |
1164 ) |
1164 ) |
|
1165 |
|
1166 (setq org-agenda-include-diary t) |
1165 |
1167 |
1166 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1168 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1167 (message "TODO, XXX, FIXME highlight") |
1169 (message "TODO, XXX, FIXME highlight") |
1168 ;; Show blanks and FIXME |
1170 ;; Show blanks and FIXME |
1169 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule |
1171 ;; http://www.emacswiki.org/cgi-bin/wiki/EightyColumnRule |