From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard =?iso-8859-1?Q?Pr=F6ll?= Subject: Re: Org-Timer has nice popups; how can I use them elsewhere? Date: Tue, 24 Mar 2015 08:11:16 +0100 Message-ID: <20150324071116.GA31956@gmail.com> References: <87twxbfqvl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaIzq-0007AC-RV for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 03:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaIzl-0000n9-H0 for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 03:11:30 -0400 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:35878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaIzl-0000n4-9n for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 03:11:25 -0400 Received: by wgra20 with SMTP id a20so163669127wgr.3 for ; Tue, 24 Mar 2015 00:11:24 -0700 (PDT) Received: from gmail.com (84-112-193-251.dynamic.surfer.at. [84.112.193.251]) by mx.google.com with ESMTPSA id wc10sm14515245wic.21.2015.03.24.00.11.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 24 Mar 2015 00:11:23 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87twxbfqvl.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This blogpost demonstrates the usage of org-agenda-to-appt: http://emacs-fu.blogspot.co.at/2009/11/showing-pop-ups.html Instead of a sound I call notify-send for example. "Tory S. Anderson" schrieb am Mon, 23. Mar 15:36: >So, orgmode timers have a nice popup when they run out; on my KDE, it's gentle GUI-box (not emacs) that nicely rises and falls. I would love to have this as how my appt reminders work, instead of the ugly minibuffer screeching; but looking through the org-timer code didn't give me any ideas. How can I achieve this? >