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)