p-m / org-notify

Notifications for Org-mode
16 stars 8 forks source link

how to use this #1

Closed maroony closed 12 years ago

maroony commented 12 years ago

Would you please give me a short example of an todo item showing the configuration of org-notify.el? The two hints at org-notify.el:

;; (require 'org-notify) ;; (org-notify-start)

;; Example setup: ;; (org-notify-add 'appt ;; '(:time "-1s" :period "20s" :duration 10 ;; :actions (-message -ding)) ;; '(:time "15m" :period "2m" :duration 100 ;; :actions -notify) ;; '(:time "2h" :period "5m" :actions -message) ;; '(:time "3d" :actions -email))

doesn't help very much.

p-m commented 12 years ago

On Mon, Aug 27 2012, maroony wrote:

Would you please give me a short example of an todo item showing the configuration of org-notify.el? The two hints at org-notify.el:

;; (require 'org-notify) ;; (org-notify-start)

;; Example setup: ;; (org-notify-add 'appt ;; '(:time "-1s" :period "20s" :duration 10 ;; :actions (-message -ding)) ;; '(:time "15m" :period "2m" :duration 100 ;; :actions -notify) ;; '(:time "2h" :period "5m" :actions -message) ;; '(:time "3d" :actions -email))

doesn't help very much.

Does this help better: http://article.gmane.org/gmane.emacs.orgmode/59339 ?

Take also a look at the function `org-notify-add'.

       Peter
maroony commented 12 years ago

Thanks! This was very helpful!