emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Typo in org-clock.el


From: Carsten Dominik
Subject: Re: [Orgmode] Typo in org-clock.el
Date: Mon, 6 Jul 2009 22:30:42 +0200

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





reply via email to

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