From: "Peter Münster" <pmlists@free.fr>
To: emacs-orgmode@gnu.org
Subject: Re: Notifications-notify for org-mode scheduled items?
Date: Mon, 24 Aug 2015 15:07:25 +0200 [thread overview]
Message-ID: <87d1yc4yya.fsf@roche-blanche.net> (raw)
In-Reply-To: 477923083.13751437.1425318881466.JavaMail.zimbra@redhat.com
On Mon, Mar 02 2015, Leo Ufimtsev wrote:
> I would like to receive desktop notifications (1* e.g below) for scheduled items.
> E.g if I schedule like this:
>
> * Make Coffee
> SCHEDULED: <2015-03-02 Mon 01:30>
>
> Then I would like a desktop notification to pup up at 1:30 telling me to make coffee.
>
> I saw the org-notify package, but besides this post:
> http://permalink.gmane.org/gmane.emacs.orgmode/59339
> I didn't see any documentation on it, making it somewhat tricky to configure.
Hi,
Please find here a minimal working example:
Configuration:
--8<---------------cut here---------------start------------->8---
(add-to-list 'load-path ".../org-mode/contrib/lisp")
(require 'org-notify)
(setq org-agenda-files '("/tmp/test-agenda.org"))
(org-notify-start)
--8<---------------cut here---------------end--------------->8---
File /tmp/test-agenda.org:
--8<---------------cut here---------------start------------->8---
* TODO Make Coffee
DEADLINE: <2015-08-24 Mon 17:30>
--8<---------------cut here---------------end--------------->8---
--
Peter
prev parent reply other threads:[~2015-08-24 13:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <236000327.8705426.1424456958103.JavaMail.zimbra@redhat.com>
2015-02-20 18:29 ` Bug: org-mouse.el breaks footnote jumping (Reference to definition doesn't work) [8.2.10 (8.2.10-33-g880a2b-elpaplus @ /home/lufimtse/.emacs.d/elpa/org-plus-contrib-20150216/)] Leo Ufimtsev
2015-02-24 20:05 ` Nicolas Goaziou
2015-02-25 14:58 ` Leo Ufimtsev
2015-03-02 17:54 ` Notifications-notify for org-mode scheduled items? Leo Ufimtsev
2015-03-02 18:12 ` Tory S. Anderson
2015-03-02 18:44 ` Nick Dokos
2015-03-02 18:53 ` Nick Dokos
2015-08-24 13:07 ` Peter Münster [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d1yc4yya.fsf@roche-blanche.net \
--to=pmlists@free.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).