emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Russell Adams <RLAdams@AdamsInfoServ.Com>
To: emacs-orgmode@gnu.org
Subject: Re: Re: org-mode and appointments
Date: Thu, 28 Feb 2008 16:38:46 -0600	[thread overview]
Message-ID: <20080228223845.GJ24573@odin.demosthenes.org> (raw)
In-Reply-To: <87tzjtevrg.fsf@gollum.intra.norang.ca>

Thanks for the information! Thats exactly what I was trying to figure
out.

I've got one last problem, then I'll post the complete howto
somewhere...

I'm kicking off zenity (GUI notification window) via shell-command and
putting it in the background. Emacs keeps opening a new window called
*Async Shell Command*, even though I thought I disabled that by
passing nil to the output buffer argument.

Any suggestions?

Thanks.

On Wed, Feb 27, 2008 at 08:04:51PM -0500, Bernt Hansen wrote:
> It's configurable (as is almost anything else in Emacs)
> 
> The following variables set to behaviour
> 
>   appt-message-warning-time  (12 minutes for me)
>   appt-display-interval      ( 3 minutes for me)
> 
> I get warnings at 12, 9, 6, 3, and 0 minutes.
> 
> HTH,
> -Bernt
> 
> Russell Adams <RLAdams@AdamsInfoServ.Com> writes:
> 
> > Ok, so how far in advance is appt supposed to alert you?
> >
> > I'm testing this, and I've gotten zenity to do a popup, and I've tied
> > the refresh of the appt list to the agenda refresh with:
> >
> > (add-hook 'org-finalize-agenda-hook 'my-org-agenda-to-appt)
> >
> > I'm testing a series of timings before I start relying on this, and
> > trying to understand the behavior.
> >
> > Any comments?
> >
> > Thanks.
> >
> > On Tue, Feb 26, 2008 at 07:01:15PM -0600, Russell Adams wrote:
> >> Great combined feature:
> >> 
> >> http://alfredobuttari.wordpress.com/2008/02/08/emacs-appt-mode-reminders-with-gtk-popups/
> >> 
> >> I'm still trying to get this to work reliably, either appointments or
> >> calling out to a gtk popup, but I look forward to using it soon.
> >> 
> >> Thanks.
> >> 
> >> On Tue, Feb 26, 2008 at 05:09:39PM +0100, Carsten Dominik wrote:
> >> > 
> >> > On Feb 26, 2008, at 5:06 PM, Carsten Dominik wrote:
> >> > 
> >> > [...]
> >> > 
> >> > I forgot to clear the list:
> >> > 
> >> > So to summarize, this is really all you need in .emacs:
> >> > 
> >> > ;; Get appointments for today
> >> > (global-set-key (kbd "<f9> a") 'my-org-agenda-to-appt)
> >> > (defun my-org-agenda-to-appt ()
> >> >  (interactive)
> >> >  (setq appt-time-msg-list nil)
> >> >  (let ((org-deadline-warning-days 0))    ;; will be automatic in org  
> >> > 5.23
> >> >    (org-agenda-to-appt)))
> >> > (my-org-agenda-to-appt)
> >> > (appt-activate t)
> >> > (run-at-time "24:01" nil 'my-org-agenda-to-appt)
> >> > 
> >> > >
> >> > 
> >> > 
> >> > 
> >> > _______________________________________________
> >> > Emacs-orgmode mailing list
> >> > Remember: use `Reply All' to send replies to the list.
> >> > Emacs-orgmode@gnu.org
> >> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >> 
> >> 
> >> ------------------------------------------------------------------
> >> Russell Adams                            RLAdams@AdamsInfoServ.com
> >> 
> >> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
> >> 
> >> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
> >> 
> >> 
> >> _______________________________________________
> >> Emacs-orgmode mailing list
> >> Remember: use `Reply All' to send replies to the list.
> >> Emacs-orgmode@gnu.org
> >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> >
> >
> > ------------------------------------------------------------------
> > Russell Adams                            RLAdams@AdamsInfoServ.com
> >
> > PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
> >
> > Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
> >
> >
> > _______________________________________________
> > Emacs-orgmode mailing list
> > Remember: use `Reply All' to send replies to the list.
> > Emacs-orgmode@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


------------------------------------------------------------------
Russell Adams                            RLAdams@AdamsInfoServ.com

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

  parent reply	other threads:[~2008-02-28 22:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25 23:09 org-mode and appointments Bernt Hansen
2008-02-26 16:06 ` Carsten Dominik
2008-02-26 16:09   ` Carsten Dominik
2008-02-26 16:14     ` Bernt Hansen
2008-02-27  1:01     ` Russell Adams
2008-02-28  0:55       ` Russell Adams
2008-02-28  1:04         ` Bernt Hansen
2008-02-28  1:06           ` Bernt Hansen
2008-02-28 22:38           ` Russell Adams [this message]
2008-02-28 23:17             ` Nick Dokos
2008-03-02 10:13               ` Russell Adams
2008-03-02 17:51                 ` Richard G Riley
2008-03-02 19:33                   ` Russell Adams
2008-03-03  1:31                 ` Bastien
2008-02-26 16:19 ` Bastien

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=20080228223845.GJ24573@odin.demosthenes.org \
    --to=rladams@adamsinfoserv.com \
    --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).