Skip to content

doppelc/org-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Org notifications

https://melpa.org/packages/org-notifications-badge.svg

This package creates system notifications for org-agenda items with timestamps.

Features:

  • Notify a set couple of minutes before the timestamp
  • Choose which agenda or non-agenda files to check or both
  • Optional sound on notifications
  • Exclude and include specific agenda tags
  • Notifies for repeated items

screenshots/org-notifications.png

Configuration

VariableCustomisationDefault
org-notifications-non-agenda-fileSets which non-agenda file to check, if enabled(list “/path/to/file.org”)
org-notifications-which-agenda-filesSets which agenda files to includeAgenda files only
org-notifications-titleSets the title of notificationsOrg-mode
org-notifications-notify-before-timeNumber of minutes, in seconds, to notify before a timestamp300
org-notifications-agenda-tags-to-ignoreAgenda tags to ignore from being notifiednil
org-notifications-agenda-tags-to-includeAgenda tags to create notifications fornil
org-notifications-styleStyle of the notifications. (styles from the alert package)‘libnotify
org-notifications-play-soundsWhether notifications should play soundt
org-notifications-soundSets which sound to play along with the notifications“ding_elevator.wav”

Installation

MELPA

This package can be installed directly from MELPA: M-x package-install RET org-notifications.

Manually

Put org-notifications.el in your load-path, and eval (org-notifications-start):

(load-file "/path/tofile/org-notifications.el")
(org-notifications-start)

About

Desktop notifications for your org-agenda/org-mode items

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published