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