From aa9b75acdd394b9678b52716cf3acdbc8a6462e0 Mon Sep 17 00:00:00 2001 From: mANIA pHOBIC Date: Sat, 19 Oct 2013 14:46:27 -0700 Subject: [PATCH] Checkpoint commit --- lisp.d/org-mode.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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) + +;