Fix disable of appointment notifications

This commit is contained in:
Ivan Malison 2015-08-16 16:10:29 -07:00
parent 7aaee5e028
commit 147a24fb61

View File

@ -744,8 +744,8 @@ The current directory is assumed to be the project's root otherwise."
(setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM")
(setq helm-org-headings-fontify t)
(when nil
;; Enable appointment notifications.
(if nil
(defadvice org-agenda-to-appt (before wickedcool activate)
"Clear the appt-time-msg-list."
(setq appt-time-msg-list nil))