emacs.d/lisp.d/org-mode.el

11 lines
206 B
EmacsLisp
Raw Normal View History

2013-08-17 22:54:35 +00:00
;
; Configure the TODO keyword sequence
2013-08-17 22:54:35 +00:00
;
(setq
2013-10-19 21:43:33 +00:00
calendar-week-start-day 1
org-archive-location "../archive/%s::"
org-log-done 'time
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
)