Re: [Orgmode] removal of appointments

2009-03-12 Thread Alan E. Davis
Richard: I want to preface this with a statement of truth: I don't know what I am talking about. On Fri, Mar 13, 2009 at 10:34 AM, Richard Riley wrote: > > I guess I was just fishing to see if someone had > implemented something like a "make a noise property" with a sleep

Re: [Orgmode] removal of appointments

2009-03-12 Thread Richard Riley
Carsten Dominik writes: > On Mar 12, 2009, at 3:02 PM, Richard Riley wrote: > >> >> I use >> >> (run-at-time nil 300 'org-agenda-to-appt) >> (appt-activate t) >> >> to add org tasks to emacs appointment handling. >> >> Is there a way for org to remove these entries when marked as done or >> cance

Re: [Orgmode] removal of appointments

2009-03-12 Thread Carsten Dominik
On Mar 12, 2009, at 3:02 PM, Richard Riley wrote: I use (run-at-time nil 300 'org-agenda-to-appt) (appt-activate t) to add org tasks to emacs appointment handling. Is there a way for org to remove these entries when marked as done or cancelled? There is org-after-todo-state-change-hook wh

[Orgmode] removal of appointments

2009-03-12 Thread Richard Riley
I use (run-at-time nil 300 'org-agenda-to-appt) (appt-activate t) to add org tasks to emacs appointment handling. Is there a way for org to remove these entries when marked as done or cancelled? While on the subject, is there any concept of an "alarm" in org? Or is this just a scheduled item?