emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: simultaneous clocks?


From: brian powell
Subject: Re: [Orgmode] Re: simultaneous clocks?
Date: Wed, 9 Jun 2010 15:36:41 -0400

To "punch in and punch out" I use:

timeclock.el

--in addition to a mix of OrgMode and PlannerMode

But to be very precise on each task I do: timeclock.el works great for me.

;-)

On Wed, Jun 9, 2010 at 2:53 PM, Erik L. Arneson <address@hidden> wrote:
Erik Iverson <address@hidden> writes:
> Hello,

Hi, Erik!

> Is there any concept of being able to run multiple, simultaneous
> clocks in org-mode.  For example, I want one clock to track my total
> hours during the week at work, i.e., punch in and punch out.
>
> Then, while that clock is running, I would use the normal clocking
> functionality to keep track of time on specific projects.
>
> As it is, clocking into a new task clocks out of the current task.
>
> There may not be a way, but thought I'd ask!

I do this by using a special clocktable block that reads an entire
agenda.  Try this on for size:

#+BEGIN: clocktable :maxlevel 3 :scope agenda :block thisweek
#+END

It adds up all time spent on various tasks and gives me a total.  I
suppose you can't really have two clocks running at once, but this works
great for me.

--
Erik Arneson <address@hidden>
 GPG Key ID: 1024D/62DA1D25
 Office: +1.541.291.9776
 Skype: pymander


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

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