From: Matthew Lundin <mdl@imapmail.org>
To: emacs org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Typo in org-clock.el
Date: Mon, 06 Jul 2009 13:58:30 -0500 [thread overview]
Message-ID: <87bpnxr63t.fsf@fastmail.fm> (raw)
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."
next reply other threads:[~2009-07-06 18:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-06 18:58 Matthew Lundin [this message]
2009-07-06 20:30 ` Typo in org-clock.el Carsten Dominik
2022-01-23 9:13 typo " Colin Baxter
2022-01-23 9:43 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bpnxr63t.fsf@fastmail.fm \
--to=mdl@imapmail.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).