├── LICENSE ├── README.org ├── org-notifications.el ├── screenshots └── org-notifications.png └── sounds ├── ding_elevator.wav └── ding_percussion.wav /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doppelc/org-notifications/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doppelc/org-notifications/HEAD/README.org -------------------------------------------------------------------------------- /org-notifications.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doppelc/org-notifications/HEAD/org-notifications.el -------------------------------------------------------------------------------- /screenshots/org-notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doppelc/org-notifications/HEAD/screenshots/org-notifications.png -------------------------------------------------------------------------------- /sounds/ding_elevator.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doppelc/org-notifications/HEAD/sounds/ding_elevator.wav -------------------------------------------------------------------------------- /sounds/ding_percussion.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/doppelc/org-notifications/HEAD/sounds/ding_percussion.wav --------------------------------------------------------------------------------