From: Carsten Dominik <carsten.dominik@gmail.com>
To: Matthew Lundin <mdl@imapmail.org>
Cc: emacs org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Typo in org-clock.el
Date: Mon, 6 Jul 2009 22:30:42 +0200 [thread overview]
Message-ID: <AD0F57C5-F9D8-4750-B87C-59F8CD7E10F3@gmail.com> (raw)
In-Reply-To: <87bpnxr63t.fsf@fastmail.fm>
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
next prev parent reply other threads:[~2009-07-06 20:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-06 18:58 Typo in org-clock.el Matthew Lundin
2009-07-06 20:30 ` Carsten Dominik [this message]
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=AD0F57C5-F9D8-4750-B87C-59F8CD7E10F3@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mdl@imapmail.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).