From: Carsten Dominik <carsten.dominik@gmail.com>
To: Bastien <bastienguerry@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [Patch] org-clock-current-task
Date: Wed, 24 Feb 2010 15:43:09 +0100 [thread overview]
Message-ID: <26468BB6-A290-4344-ABB9-8DD8E876244A@gmail.com> (raw)
In-Reply-To: <87tyt6u296.fsf@bzg.ath.cx>
Yes, please go ahead.
Thanks.
- Carsten
On Feb 24, 2010, at 3:39 PM, Bastien wrote:
> This patch creates `org-clock-current-task', a new variable to access
> the name of the task currently clocked in.
>
> I use it together with erc-bot.el to let people ask me what I'm doing
> right now (either from BitlBee/IRC).
>
> Shall I push it?
>
> diff --git a/lisp/org-clock.el b/lisp/org-clock.el
> index e3866be..fb6fd01 100644
> --- a/lisp/org-clock.el
> +++ b/lisp/org-clock.el
> @@ -944,6 +944,7 @@ the clocking selection, associated with the
> letter `d'."
> (org-back-to-heading t)
> (or interrupting (move-marker org-clock-interrupted-task nil))
> (org-clock-history-push)
> + (org-clock-set-current)
> (cond ((functionp org-clock-in-switch-to-state)
> (looking-at org-complex-heading-regexp)
> (let ((newstate (funcall org-clock-in-switch-to-state
> @@ -1042,6 +1043,11 @@ the clocking selection, associated with the
> letter `d'."
> (message "Clock starts at %s - %s" ts msg-extra)
> (run-hooks 'org-clock-in-hook)))))))
>
> +(defvar org-clock-current-task nil
> + "Task currently clocked in.")
> +(defun org-clock-set-current ()
> + (setq org-clock-current-task (org-get-heading)))
> +
> (defun org-clock-mark-default-task ()
> "Mark current task as default task."
> (interactive)
>
> --
> Bastien
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
next prev parent reply other threads:[~2010-02-24 14:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-24 14:39 [Patch] org-clock-current-task Bastien
2010-02-24 14:43 ` Carsten Dominik [this message]
2010-02-24 14:59 ` Bastien
2010-02-24 15:03 ` Carsten Dominik
2010-02-24 15:31 ` Bastien
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=26468BB6-A290-4344-ABB9-8DD8E876244A@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=bastienguerry@googlemail.com \
--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).