Emacs: Change second agenda files check

To 17:01, because technically, I'm still working at 17:00.
This commit is contained in:
Tom Willemsen 2013-01-18 23:27:30 +01:00
parent 2bf4d69583
commit 2979194f54

View file

@ -146,7 +146,7 @@
(oni:set-org-agenda-files)
(run-at-time "09:00" (* 60 60 24) 'oni:set-org-agenda-files)
(run-at-time "17:00" (* 60 60 24) 'oni:set-org-agenda-files)
(run-at-time "17:01" (* 60 60 24) 'oni:set-org-agenda-files)
(provide 'org-init)
;;; org-init.el ends here