[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU ELPA] Org-Notify version 0.1.1
From: |
ELPA update |
Subject: |
[GNU ELPA] Org-Notify version 0.1.1 |
Date: |
Mon, 16 Oct 2023 17:07:14 -0400 |
Version 0.1.1 of package Org-Notify has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Org-Notify describes itself as:
==========================
Notifications for Org-mode
==========================
More at https://elpa.gnu.org/packages/org-notify.html
## Summary:
Get notifications, when there is something to do.
Sometimes, you need a reminder a few days before a deadline, e.g. to buy a
present for a birthday, and then another notification one hour before to
have enough time to choose the right clothes.
For other events, e.g. rolling the dustbin to the roadside once per week,
you probably need another kind of notification strategy.
This package tries to satisfy the various needs.
In order to activate this package, you must add the following code
into your .emacs:
(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)
## Recent NEWS:
[Not available 🙁]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNU ELPA] Org-Notify version 0.1.1,
ELPA update <=