Add Sales Pipeline TODO sequence to my Org configuration
This commit is contained in:
parent
7367d0fcda
commit
29f4ee111b
2 changed files with 4 additions and 2 deletions
|
@ -4232,7 +4232,8 @@ the capture phase ([[#h:f8f06938-0dfe-45c3-b4cf-996d36cba82d][The =unravel-org.e
|
||||||
(setq org-reverse-note-order nil)
|
(setq org-reverse-note-order nil)
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
|
'((sequence "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
|
||||||
(sequence "PROJECT(p!)" "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")))
|
(sequence "PROJECT(p!)" "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")
|
||||||
|
(sequence "PROSPECT(P!)" "QUAL(q!)" "PROPOSAL(o!)" "WAITING(a@/!)" "NEGOTIATION(n!)" "CONTRACT(c!)" "|" "WON(W!)" "LOST(l@/!)")))
|
||||||
|
|
||||||
(defface prot/org-bold-done
|
(defface prot/org-bold-done
|
||||||
'((t :inherit (bold org-done)))
|
'((t :inherit (bold org-done)))
|
||||||
|
|
|
@ -146,7 +146,8 @@
|
||||||
(setq org-reverse-note-order nil)
|
(setq org-reverse-note-order nil)
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
|
'((sequence "TODO(t!)" "WORKING(w!)" "|" "CANCEL(c@)" "DONE(d!)")
|
||||||
(sequence "PROJECT(p!)" "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")))
|
(sequence "PROJECT(p!)" "FOLLOWUP(f!)" "WAITING(a@/!)" "DELEGATED(e@/!)")
|
||||||
|
(sequence "PROSPECT(P!)" "QUAL(q!)" "PROPOSAL(o!)" "WAITING(a@/!)" "NEGOTIATION(n!)" "CONTRACT(c!)" "|" "WON(W!)" "LOST(l@/!)")))
|
||||||
|
|
||||||
(defface prot/org-bold-done
|
(defface prot/org-bold-done
|
||||||
'((t :inherit (bold org-done)))
|
'((t :inherit (bold org-done)))
|
||||||
|
|
Loading…
Reference in a new issue