emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* clocksum bug in agenda-view with log-mode on
@ 2008-06-22 14:00 iemacs
  2008-06-22 14:08 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: iemacs @ 2008-06-22 14:00 UTC (permalink / raw)
  To: org-mode mailing list

I'm using 6.05 currently.

I've found a problem with the clocksum function in agenda-view with
log-mode.  The following org file has two tasks with clock-time events:

#+COLUMNS: %25ITEM(Task) %CLOCKSUM
* TODO task1
  :CLOCK:
  CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] =>  1:00
  CLOCK: [2008-06-22 Sun 19:37]--[2008-06-22 Sun 20:37] =>  1:00
  :END:
* TODO task2
  :CLOCK:
  CLOCK: [2008-06-22 Sun 18:00]--[2008-06-22 Sun 19:00] =>  1:00
  CLOCK: [2008-06-22 Sun 21:00]--[2008-06-22 Sun 22:00] =>  1:00
  :END:

In the Agenda-View, the clocksum include more clock-time event for
calculation, and it doesn't limit the calculation to the specific day in
agenda-view.  It shows like this:

Task                    | CLOC |
Day-agenda (W25):
Sunday     22 June 2008 | 6:00 |
TODO task2              | 2:00 |
TODO task1              | 2:00 |
TODO task2              | 2:00 |


-- 
Kind regards,

Tian Qiu

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

* Re: clocksum bug in agenda-view with log-mode on
  2008-06-22 14:00 clocksum bug in agenda-view with log-mode on iemacs
@ 2008-06-22 14:08 ` Carsten Dominik
  2008-06-23  1:02   ` iemacs
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2008-06-22 14:08 UTC (permalink / raw)
  To: iemacs; +Cc: org-mode mailing list


Hi Tian,

yes, this is known and documented in, item 3.

http://orgmode.org/manual/Agenda-column-view.html#Agenda-column-view

In column view, the clocksum of an entry is treated as a single  
property that is
displayed by the agenda, without limiting the time shown to the agenda  
time range.

- Carsten

On Jun 22, 2008, at 4:00 PM, iemacs@gmail.com wrote:

> I'm using 6.05 currently.
>
> I've found a problem with the clocksum function in agenda-view with
> log-mode.  The following org file has two tasks with clock-time  
> events:
>
> #+COLUMNS: %25ITEM(Task) %CLOCKSUM
> * TODO task1
>  :CLOCK:
>  CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] =>  1:00
>  CLOCK: [2008-06-22 Sun 19:37]--[2008-06-22 Sun 20:37] =>  1:00
>  :END:
> * TODO task2
>  :CLOCK:
>  CLOCK: [2008-06-22 Sun 18:00]--[2008-06-22 Sun 19:00] =>  1:00
>  CLOCK: [2008-06-22 Sun 21:00]--[2008-06-22 Sun 22:00] =>  1:00
>  :END:
>
> In the Agenda-View, the clocksum include more clock-time event for
> calculation, and it doesn't limit the calculation to the specific  
> day in
> agenda-view.  It shows like this:
>
> Task                    | CLOC |
> Day-agenda (W25):
> Sunday     22 June 2008 | 6:00 |
> TODO task2              | 2:00 |
> TODO task1              | 2:00 |
> TODO task2              | 2:00 |
>
>
> -- 
> Kind regards,
>
> Tian Qiu
>
>
> _______________________________________________
> 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

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

* Re: clocksum bug in agenda-view with log-mode on
  2008-06-22 14:08 ` Carsten Dominik
@ 2008-06-23  1:02   ` iemacs
  2008-06-23  4:38     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: iemacs @ 2008-06-23  1:02 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode mailing list

Hi Carsten,

Press `R' in the agenda is even better, thank you.  BTW, after I
posted this message,
I tried to use Dynamic blocks and found `yesterday' doesn't work in

#+BEGIN: clocktable :maxlevel 2 :scope file :block yesterday

I had to use `today-1' to get it work.

On Sun, Jun 22, 2008 at 10:08 PM, Carsten Dominik
<dominik@science.uva.nl> wrote:
>
> Hi Tian,
>
> yes, this is known and documented in, item 3.
>
> http://orgmode.org/manual/Agenda-column-view.html#Agenda-column-view
>
> In column view, the clocksum of an entry is treated as a single property
> that is
> displayed by the agenda, without limiting the time shown to the agenda time
> range.
>
> - Carsten
>
> On Jun 22, 2008, at 4:00 PM, iemacs@gmail.com wrote:
>
>> I'm using 6.05 currently.
>>
>> I've found a problem with the clocksum function in agenda-view with
>> log-mode.  The following org file has two tasks with clock-time events:
>>
>> #+COLUMNS: %25ITEM(Task) %CLOCKSUM
>> * TODO task1
>>  :CLOCK:
>>  CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] =>  1:00
>>  CLOCK: [2008-06-22 Sun 19:37]--[2008-06-22 Sun 20:37] =>  1:00
>>  :END:
>> * TODO task2
>>  :CLOCK:
>>  CLOCK: [2008-06-22 Sun 18:00]--[2008-06-22 Sun 19:00] =>  1:00
>>  CLOCK: [2008-06-22 Sun 21:00]--[2008-06-22 Sun 22:00] =>  1:00
>>  :END:
>>
>> In the Agenda-View, the clocksum include more clock-time event for
>> calculation, and it doesn't limit the calculation to the specific day in
>> agenda-view.  It shows like this:
>>
>> Task                    | CLOC |
>> Day-agenda (W25):
>> Sunday     22 June 2008 | 6:00 |
>> TODO task2              | 2:00 |
>> TODO task1              | 2:00 |
>> TODO task2              | 2:00 |
>>
>>
>> --
>> Kind regards,
>>
>> Tian Qiu
>>
>>
>> _______________________________________________
>> 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
>
>



-- 
Kind regards,

Tian Qiu

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

* Re: clocksum bug in agenda-view with log-mode on
  2008-06-23  1:02   ` iemacs
@ 2008-06-23  4:38     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-06-23  4:38 UTC (permalink / raw)
  To: iemacs; +Cc: org-mode mailing list


On Jun 23, 2008, at 3:02 AM, iemacs@gmail.com wrote:
> I tried to use Dynamic blocks and found `yesterday' doesn't work in
>
> #+BEGIN: clocktable :maxlevel 2 :scope file :block yesterday
>
> I had to use `today-1' to get it work.

Fixed, thanks.

- Carsten


>
>
> On Sun, Jun 22, 2008 at 10:08 PM, Carsten Dominik
> <dominik@science.uva.nl> wrote:
>>
>> Hi Tian,
>>
>> yes, this is known and documented in, item 3.
>>
>> http://orgmode.org/manual/Agenda-column-view.html#Agenda-column-view
>>
>> In column view, the clocksum of an entry is treated as a single  
>> property
>> that is
>> displayed by the agenda, without limiting the time shown to the  
>> agenda time
>> range.
>>
>> - Carsten
>>
>> On Jun 22, 2008, at 4:00 PM, iemacs@gmail.com wrote:
>>
>>> I'm using 6.05 currently.
>>>
>>> I've found a problem with the clocksum function in agenda-view with
>>> log-mode.  The following org file has two tasks with clock-time  
>>> events:
>>>
>>> #+COLUMNS: %25ITEM(Task) %CLOCKSUM
>>> * TODO task1
>>> :CLOCK:
>>> CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] =>  1:00
>>> CLOCK: [2008-06-22 Sun 19:37]--[2008-06-22 Sun 20:37] =>  1:00
>>> :END:
>>> * TODO task2
>>> :CLOCK:
>>> CLOCK: [2008-06-22 Sun 18:00]--[2008-06-22 Sun 19:00] =>  1:00
>>> CLOCK: [2008-06-22 Sun 21:00]--[2008-06-22 Sun 22:00] =>  1:00
>>> :END:
>>>
>>> In the Agenda-View, the clocksum include more clock-time event for
>>> calculation, and it doesn't limit the calculation to the specific  
>>> day in
>>> agenda-view.  It shows like this:
>>>
>>> Task                    | CLOC |
>>> Day-agenda (W25):
>>> Sunday     22 June 2008 | 6:00 |
>>> TODO task2              | 2:00 |
>>> TODO task1              | 2:00 |
>>> TODO task2              | 2:00 |
>>>
>>>
>>> --
>>> Kind regards,
>>>
>>> Tian Qiu
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>>
>
>
>
> -- 
> Kind regards,
>
> Tian Qiu

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

end of thread, other threads:[~2008-06-23  4:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-22 14:00 clocksum bug in agenda-view with log-mode on iemacs
2008-06-22 14:08 ` Carsten Dominik
2008-06-23  1:02   ` iemacs
2008-06-23  4:38     ` Carsten Dominik

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