From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Typo in org-clock.el Date: Mon, 6 Jul 2009 22:30:42 +0200 Message-ID: References: <87bpnxr63t.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNupw-0007xy-8Y for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNupr-0007xV-IQ for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:51 -0400 Received: from [199.232.76.173] (port=44556 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNupr-0007xS-AT for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:47 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]:38341) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNupr-0007a3-0n for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:47 -0400 Received: by ey-out-1920.google.com with SMTP id 3so919836eyh.36 for ; Mon, 06 Jul 2009 13:30:45 -0700 (PDT) In-Reply-To: <87bpnxr63t.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: emacs org-mode mailing list Fixed, thanks. - Carsten On Jul 6, 2009, at 8:58 PM, Matthew Lundin wrote: > Hi Carsten, > > I discovered a typo in org-clock.el that was preventing > org-clock-in-hook from working. > > - Matt > > ------- > > diff --git a/lisp/org-clock.el b/lisp/org-clock.el > index d0a6ebf..79dcb49 100644 > --- a/lisp/org-clock.el > +++ b/lisp/org-clock.el > @@ -582,7 +582,7 @@ the clocking selection, associated with the > letter `d'." > (setq org-clock-mode-line-timer > (run-with-timer 60 60 'org-clock-update-mode-line)) > (message "Clock starts at %s - %s" ts msg-extra) > - (run-hooks 'org-click-in-hook))))))) > + (run-hooks 'org-clock-in-hook))))))) > > (defun org-clock-mark-default-task () > "Mark current task as default task." > > > _______________________________________________ > 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