emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda view column mode: How to a column showing just today's time?
@ 2012-05-24 17:50 Brian Wood
  2012-08-05  9:13 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Wood @ 2012-05-24 17:50 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 749 bytes --]

Hi,

I'm experimenting with column view of a daily agenda and effort 
estimates.  I'm using this in my .emacs:

;; Effort Estimates
(setq org-global-properties
               '(("Effort_ALL". "0 0:15 0:30 0:45 1:00 2:00 3:00 4:00 
6:00 8:00")))

;; Column view for effort estimates
(setq org-columns-default-format "%80ITEM(Task) %2PRIORITY %TAGS 
%10Effort(Effort){:} %10CLOCKSUM")

I'd like to replace CLOCKSUM with a column that shows me just the time 
spent on the task *today* (not all the time ever spent on the task). 
I've read about CLOCK_MODELINE_TOTAL: today, but I'm not sure how to 
apply that.

Screen shot of what I've got now:



Thanks for any pointers!

-- 
Brian Wood
Applications Programmer
UC Berkeley IST Application Services


[-- Attachment #2.1: Type: text/html, Size: 1288 bytes --]

[-- Attachment #2.2: aaacghjh.png --]
[-- Type: image/png, Size: 45953 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view column mode: How to a column showing just today's time?
@ 2012-05-25 16:23 Brian Wood
  2012-05-25 21:27 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Brian Wood @ 2012-05-25 16:23 UTC (permalink / raw)
  To: emacs-orgmode

To clarify my question:

I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows 
just today's time logged on the subtree.

-- 
Brian Wood
Applications Programmer
UC Berkeley IST Application Services

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view column mode: How to a column showing just today's time?
  2012-05-25 16:23 Brian Wood
@ 2012-05-25 21:27 ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2012-05-25 21:27 UTC (permalink / raw)
  To: Brian Wood; +Cc: emacs-orgmode

Hi Brian,

Brian Wood <bwood@berkeley.edu> writes:

> To clarify my question:

Sorry no-one had to answer it with a constructive answer yet...

> I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows
> just today's time logged on the subtree.

... but that's because it is not easily feasible yet.

I store this request somewhere because I think that would be useful.
Ping me in one month if this is not implemented.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view column mode: How to a column showing just today's time?
  2012-05-24 17:50 Agenda view column mode: How to a column showing just today's time? Brian Wood
@ 2012-08-05  9:13 ` Bastien
  2012-08-06 15:16   ` Brian Wood
  0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2012-08-05  9:13 UTC (permalink / raw)
  To: Brian Wood; +Cc: emacs-orgmode

Hi Brian,

Brian Wood <bwood@berkeley.edu> writes:

> I'd like to replace CLOCKSUM with a column that shows me just the
> time spent on the task *today* (not all the time ever spent on the
> task). 

From latest git HEAD, you can try this column view:

  #+COLUMNS: %30ITEM %%10CLOCKSUM(Total) %10CLOCKSUM_T(Today)

It will show the total clock sum along with that of today.

HTH,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Agenda view column mode: How to a column showing just today's time?
  2012-08-05  9:13 ` Bastien
@ 2012-08-06 15:16   ` Brian Wood
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Wood @ 2012-08-06 15:16 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Thanks.  I'll let you know as soon as I have a chance to try it.

Brian Wood
Applications Programmer
UC Berkeley IST Application Services

On 8/5/12 2:13 AM, Bastien wrote:
> Hi Brian,
>
> Brian Wood <bwood@berkeley.edu> writes:
>
>> I'd like to replace CLOCKSUM with a column that shows me just the
>> time spent on the task *today* (not all the time ever spent on the
>> task).
>  From latest git HEAD, you can try this column view:
>
>    #+COLUMNS: %30ITEM %%10CLOCKSUM(Total) %10CLOCKSUM_T(Today)
>
> It will show the total clock sum along with that of today.
>
> HTH,
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-06 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-24 17:50 Agenda view column mode: How to a column showing just today's time? Brian Wood
2012-08-05  9:13 ` Bastien
2012-08-06 15:16   ` Brian Wood
  -- strict thread matches above, loose matches on Subject: below --
2012-05-25 16:23 Brian Wood
2012-05-25 21:27 ` Bastien

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).