From c07d5e59557957785f667f34411d984979241483 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 30 Jan 2015 06:40:29 -0800 Subject: [PATCH] Don't call appt population directly (fixes habit graph). --- dotfiles/emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 8fe67216..10512aa7 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -621,7 +621,6 @@ The current directory is assumed to be the project's root otherwise." "Clear the appt-time-msg-list." (setq appt-time-msg-list nil)) (appt-activate) - (org-agenda-to-appt) (run-at-time "00:00" 60 'org-agenda-to-appt) (defun org-archive-if (condition-function) (if (funcall condition-function)