emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Clocking in/out hooks?


From: Bernt Hansen
Subject: [Orgmode] Re: Clocking in/out hooks?
Date: Mon, 07 Sep 2009 21:44:45 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Noufal Ibrahim <address@hidden> writes:

> Hello everyone,
>    I want to tie up a couple of functions when I clock into and out of
> a task. In order to do this, the normal way would be some kind of
> hook. Is there something in org-mode I can use to achieve this? Is a
> hook overkill? I'm willing to write something and submit a patch if
> that's the right way to go.
>
> Thanks.

M-x apropos ^org-.*-hook$

org-clock-cancel-hook
  Variable: Hook run when cancelling the current clock.
  Plist: variable-documentation
org-clock-goto-hook
  Variable: Hook run when selecting the currently clocked-in entry.
  Plist: variable-documentation
org-clock-in-hook
  Variable: Hook run when starting the clock.
  Plist: variable-documentation
org-clock-in-prepare-hook
  Variable: Hook run when preparing the clock.
  Plist: variable-documentation
org-clock-out-hook
  Variable: Hook run when stopping the current clock.
  Plist: variable-documentation

-Bernt




reply via email to

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