11 lines
206 B
EmacsLisp
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"))
|
|
)
|