org mode는 작업 목록을 정리할 때 좋은데... 문제가 있다면 TODO와 DONE밖에 없다는 것이다 -_-;; 하는중 같은게 없다니 늘리고 싶은 욕구가 든다.
http://jr0cket.co.uk/2013/08/defining-custom-workflow-with-Emacs-org-mode.html
(setq org-todo-keywords
'((sequence "TODO" "DOING" "BLOCKED" "REVIEW" "|" "DONE" "ARCHIVED")))
이렇다.