Compare commits
2 Commits
ae37cffb2c
...
ef7bd6e7b4
| Author | SHA1 | Date | |
|---|---|---|---|
| ef7bd6e7b4 | |||
| d2f034e7d2 |
13
init.el
13
init.el
@ -820,11 +820,11 @@
|
||||
;; Keywords and Tags
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO(t)" "CONT(n!)" "|" "DONE(d@)")
|
||||
'((sequence "TODO(t)" "CONT(n!)" "REFINE(f!)" "|" "DONE(d@)")
|
||||
(sequence "GOTO(g)" "ATTN(a)" "|" "DONE(d@)")
|
||||
(sequence "READ(r)" "CONT(n!)" "|" "DONE(d@)")
|
||||
(sequence "DELG(e@/!)" "WAIT(w@/!)" "HOLD(h@/!)"
|
||||
"|" "CANC(c@/!)" "PHONE" "MEETING"))
|
||||
"|" "CANC(c@/!)"))
|
||||
|
||||
org-todo-state-tags-triggers
|
||||
'(("WAIT" ("HOLD") ("WAIT" . t))
|
||||
@ -834,7 +834,8 @@
|
||||
("TODO" ("HOLD") ("WAIT") ("DATE") ("READ"))
|
||||
("READ" ("READ" . t) ("DATE") ("HOLD") ("WAIT"))
|
||||
("GOTO" ("DATE" . t) ("READ") ("HOLD") ("WAIT"))
|
||||
("CONT" ("DATE") ("HOLD") ("WAIT"))
|
||||
("CONT" ("DATE") ("HOLD") ("WAIT") ("READ"))
|
||||
("REFINE" ("DATE") ("HOLD") ("WAIT") ("READ"))
|
||||
("ATTN" ("DATE" . t) ("READ") ("HOLD") ("WAIT"))
|
||||
("" ("HOLD") ("WAIT") ("DATE") ("READ")))
|
||||
|
||||
@ -869,12 +870,10 @@
|
||||
("ATTN" :foreground "DeepSkyBlue" :weight normal)
|
||||
("DONE" :foreground "forest green" :weight normal)
|
||||
("DELG" :foreground "dark orange" :weight normal)
|
||||
("REFINE" :foreground "tomato" :weight normal)
|
||||
("WAIT" :foreground "orange" :weight normal)
|
||||
("HOLD" :foreground "magenta" :weight normal)
|
||||
("CANC" :foreground "lime green" :weight normal)
|
||||
("MEETING" :foreground "forest green" :weight normal)
|
||||
("PHONE" :foreground "forest green" :weight normal)
|
||||
("REPEAT" :foreground "indian red" :weight normal))
|
||||
("CANC" :foreground "lime green" :weight normal))
|
||||
|
||||
org-priority-faces
|
||||
'((?A . (:foreground "Red" :weight bold))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user