; ; 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")) )