emacs.d/lisp.d/org-mode.el
2013-10-19 14:43:33 -07:00

11 lines
206 B
EmacsLisp

;
; Configure the TODO keyword sequence
;
(setq
calendar-week-start-day 1
org-archive-location "../archive/%s::"
org-log-done 'time
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
)