Fork me on GitHub
#emacs
<
2015-08-21
>
jonpither08:08:38

Wondering the best way of managing ideas in an org (rejected, maybe) that kind of thing. Whether to use straight up ORG properties, or that mode above

jonpither08:08:34

vm, add this at the top of your org: #+TODO: TODO DONE MAYBE REJECTED

jonpither09:08:32

or, (setq org-todo-keywords '((sequence "TODO" "INPROGRESS" "|" "DONE" "REJECTED")))