org mode
i plan to use org mode for to text anything.
- for daily notes
- for articles
- for project management
- for organzing knowledge
org-todo-keywords
(setq org-todo-keywords
'((sequence "TODO(t)" "NEXT(n)" "DOING(i)" "WAITING(w@/!)" "|" "DONE(x!)" "CANCELED(c@)")
(sequence "REPORT(r)" "BUG(b)" "KNOWNCAUSE(k)" "|" "FIXED(f)")
(sequence "BACKLOG(l)" "READY(y)" "ACTIVE(a)" "|" "COMPLETED(d)")))
- general sequence
- bug sequence
- project sequence