diff --git a/lisp.d/org-mode.el b/lisp.d/org-mode.el index 1b2fb8f..5c34dd4 100644 --- a/lisp.d/org-mode.el +++ b/lisp.d/org-mode.el @@ -1,4 +1,7 @@ ; +; Configure calenders to start weeks on Monday +; Set the default archive location +; Log the time when completing a task ; Configure the TODO keyword sequence ; @@ -8,3 +11,13 @@ org-log-done 'time org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE")) ) + +; +; Configure key mappings +; +; C-c O = view the agenda +; + +(global-set-key "\C-cO" 'org-agenda) + +;