Coder Social home page Coder Social logo

org-wild-notifier.el's Introduction

org-wild-notifier.el

https://travis-ci.org/akhramov/org-wild-notifier.el.svg?branch=master https://stable.melpa.org/packages/org-wild-notifier-badge.svg https://melpa.org/packages/org-wild-notifier-badge.svg

What is it?

A package which adds notification support for org-agenda views. With this package you’ll get notifications for TODO entries.

How does it differ from existing packages?

There are few good org agenda notification packages I’m aware of:

  • org-alert notifies about deadlines every N minutes using alert package.
  • org-notify complex, feature-rich library from Org contrib directory.

While aforementioned packages are good on their own, I wanted to have something that resembles popular Calendar solutions, something that’d be unobtrusive in use and configuration.

Configuration?

Oh, yes. This package provides some configuration options:

DescriptionVariableDefault value
Alert time in minutesorg-wild-notifier-alert-time‘(10)
Title of notificationsorg-wild-notifier-notification-titleAgenda
Org keyword based whitelist. You’ll get notified only about events specified by this variableorg-wild-notifier-keyword-whitelist’(“TODO”)
Org keyword based blacklist. You’ll never be notified about events specified by this variableorg-wild-notifier-keyword-blacklistnil
Org tags based whitelist. You’ll get notified only about events specified by this variableorg-wild-notifier-tags-whitelistnil
Org tags based blacklist. You’ll never be notified about events specified by this variableorg-wild-notifier-tags-blacklistnil
Property which adds additional notificationsorg-wild-notifier-alert-times-propertyWILD_NOTIFIER_NOTIFY_BEFORE

The last property demands further explanations.

Let’s suppose you have an important event. One standard 10-minute notification is not enough. Fear not, let’s modify our Org entry.

* TODO Visit the chocolate factory
  SCHEDULED: <2018-01-04 Thu 16:00>
  :PROPERTIES:
  :WILD_NOTIFIER_NOTIFY_BEFORE: 80 60 55 43 5
  :END:

With such configuration you’ll get notifications 80, 60, 55, 43, 10 and 5 minutes before the event.

How do I customize alerts?

As org-alert, this package is based on alert package. Alert offers a wide range of customizations through it’s styles facility. Good examples on how to define your own styles can be found in alert source code. A bad example on how to define your own styles can be found here.

How do I install the package?

This package is available on MELPA.

How do I use the package?

This package works in two modes:

  • Automatic mode: you can toggle timer-based minor mode by invoking org-wild-notifier-mode.
  • Manual mode: user runs checks by invoking org-wild-notifier-check.

Wait. Wild?

What’d you expect? I have literally no imagination.

org-wild-notifier.el's People

Contributors

akhramov avatar albusshin avatar bbigras avatar binshengliu avatar galaunay avatar mpanarin avatar neeasade avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.