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.
This commit is contained in:
parent
a50ef8e702
commit
6108a1a14b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user