diff --git a/init.el b/init.el index 364f72f..0718558 100644 --- a/init.el +++ b/init.el @@ -13,7 +13,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files (quote ("~/Documents/planning/2013/08/17/plans.org")))) + '(org-agenda-files (quote ("~/Documents/planning/categories/travel.org" "~/Documents/planning/categories/personal.org")))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/lisp.d/org-mode.el b/lisp.d/org-mode.el index 94daa28..1b2fb8f 100644 --- a/lisp.d/org-mode.el +++ b/lisp.d/org-mode.el @@ -3,5 +3,8 @@ ; (setq + calendar-week-start-day 1 + org-archive-location "../archive/%s::" + org-log-done 'time org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE")) )