forked from colonelpanic/dotfiles
Don't call appt population directly (fixes habit graph).
This commit is contained in:
parent
e9b9993422
commit
c07d5e5955
@ -621,7 +621,6 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
"Clear the appt-time-msg-list."
|
"Clear the appt-time-msg-list."
|
||||||
(setq appt-time-msg-list nil))
|
(setq appt-time-msg-list nil))
|
||||||
(appt-activate)
|
(appt-activate)
|
||||||
(org-agenda-to-appt)
|
|
||||||
(run-at-time "00:00" 60 'org-agenda-to-appt)
|
(run-at-time "00:00" 60 'org-agenda-to-appt)
|
||||||
(defun org-archive-if (condition-function)
|
(defun org-archive-if (condition-function)
|
||||||
(if (funcall condition-function)
|
(if (funcall condition-function)
|
||||||
|
Loading…
Reference in New Issue
Block a user