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
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
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
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?