forked from colonelpanic/dotfiles
Fix disable of appointment notifications
This commit is contained in:
parent
7aaee5e028
commit
147a24fb61
@ -744,11 +744,11 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM")
|
(setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM")
|
||||||
(setq helm-org-headings-fontify t)
|
(setq helm-org-headings-fontify t)
|
||||||
|
|
||||||
;; Enable appointment notifications.
|
(when nil
|
||||||
(if nil
|
;; Enable appointment notifications.
|
||||||
(defadvice org-agenda-to-appt (before wickedcool activate)
|
(defadvice org-agenda-to-appt (before wickedcool activate)
|
||||||
"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)
|
||||||
(defun org-agenda-to-appt-no-message ()
|
(defun org-agenda-to-appt-no-message ()
|
||||||
(suppress-messages (org-agenda-to-appt)))
|
(suppress-messages (org-agenda-to-appt)))
|
||||||
|
Loading…
Reference in New Issue
Block a user