From 6108a1a14b2295cfa26c8a76fbf600fa68c96fad Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 19 Oct 2018 09:23:03 +0200 Subject: [PATCH] Fix secretaria config The function used in `after-init-hook` (`secretaria-today-unknown-time-appt-always-remind-me`) has been removed, and a new one is suggested in the documentation. --- configuration.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index 0612535..ce42c33 100644 --- a/configuration.org +++ b/configuration.org @@ -1995,8 +1995,7 @@ Because even secretaries need a secretary today. :config ;; use this for getting a reminder every 30 minutes of those tasks ;; scheduled for today and which have no time of day defined. - (add-hook 'after-init-hook - #'secretaria-today-unknown-time-appt-always-remind-me)) + (add-hook 'after-init-hook #'secretaria-unknown-time-always-remind-me)) #+END_SRC ** The Silver Searcher