emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [BUG] org-timer requires org-notify from org-clock


From: Bastien
Subject: Re: [Orgmode] [BUG] org-timer requires org-notify from org-clock
Date: Tue, 07 Sep 2010 02:28:25 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Łukasz Stelmach <address@hidden> writes:

> It seems like there has to be (require 'org-clock) on top of
> org-timer.el because otherwise the notification lambda
> in-org-timer-set-timer fails because org-notify is not defined and the
> timer starts going forward after it passes 0:00:00. It also looks like
>
> (declare-function org-notify "org-clock" (notification &optional
>                   play-sound))
>
> is not enough. (BTW. now its d-f org-show-notification which is not used
> in org-timer). Simple
>
> (require 'org-clock)
>
> helps, as anything else that loads org-clock like clocking-in.

Fixed, thanks.

-- 
 Bastien



reply via email to

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