emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-mode and appointments


From: Bernt Hansen
Subject: [Orgmode] Re: org-mode and appointments
Date: Wed, 27 Feb 2008 20:04:51 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

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 <address@hidden> 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.
>> > address@hidden
>> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>> 
>> 
>> ------------------------------------------------------------------
>> Russell Adams                            address@hidden
>> 
>> 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.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
> ------------------------------------------------------------------
> Russell Adams                            address@hidden
>
> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]