* Agenda view of clocked items
@ 2008-01-29 11:30 Jurgen Defurne
2008-01-31 10:33 ` Jurgen Defurne
2008-01-31 16:33 ` Carsten Dominik
0 siblings, 2 replies; 4+ messages in thread
From: Jurgen Defurne @ 2008-01-29 11:30 UTC (permalink / raw)
To: emacs-orgmode
I do not know if this is a bug or a feature, but given a drawer
with several clocked times for one item, I see that in the agenda
view + timeline, only the last (first in the list from top to bottom) clocked item for a certain day is displayed, even when there are more registries for the same day.
Otherwise, the best tool for organising and planning my daily work.
Regards,
Jurgen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Agenda view of clocked items
2008-01-29 11:30 Agenda view of clocked items Jurgen Defurne
@ 2008-01-31 10:33 ` Jurgen Defurne
2008-01-31 11:28 ` Carsten Dominik
2008-01-31 16:33 ` Carsten Dominik
1 sibling, 1 reply; 4+ messages in thread
From: Jurgen Defurne @ 2008-01-31 10:33 UTC (permalink / raw)
To: emacs-orgmode
On Tue, 29 Jan 2008 12:30:19 +0100
Jurgen Defurne <jurgen.defurne@pandora.be> wrote:
Should I rephrase this question ?
What I would like is this.
Given a clocked list like :
** TODO Item
:CLOCK:
[2008-01-30 15:22]--[2008-01-30 15:40]
[2008-01-30 14:15]--[2008-01-30 15:00]
[2008-01-30 13:01]--[2008-01-30 13:30]
[2008-01-30 10:00]--[2008-01-30 11:00]
:CLOCK:
When I invoke the agenda view (C-c a a) and press l for the timeline, I would see only
15:22 TODO Clocked : Item
while I would like to see
10:00 TODO Clocked : Item
13:01 TODO Clocked : Item
14:15 TODO Clocked : Item
15:22 TODO Clocked : Item
I am using org-mode 5.19a on XEmacs 21.
Regards,
Jurgen
> I do not know if this is a bug or a feature, but given a drawer
> with several clocked times for one item, I see that in the agenda
> view + timeline, only the last (first in the list from top to bottom) clocked item for a certain day is displayed, even when there are more registries for the same day.
>
> Otherwise, the best tool for organising and planning my daily work.
>
> Regards,
>
> Jurgen
>
>
> _______________________________________________
> 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: Agenda view of clocked items
2008-01-31 10:33 ` Jurgen Defurne
@ 2008-01-31 11:28 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-01-31 11:28 UTC (permalink / raw)
To: Jurgen Defurne; +Cc: emacs-orgmode
Hi Jurgen,
thanks for the clarification - I had understood, but had not
yet had time to work on it.
Org-mode routinely stops checking an entry after it has first been
listed - but I do see your point and agree that it would be good to
soo all clock entries when looking at the work done on a day.
I hope to address this in the next release. Check out the release
notes after I have released it.
- Carsten
On Jan 31, 2008, at 11:33 AM, Jurgen Defurne wrote:
> On Tue, 29 Jan 2008 12:30:19 +0100
> Jurgen Defurne <jurgen.defurne@pandora.be> wrote:
>
> Should I rephrase this question ?
>
> What I would like is this.
>
> Given a clocked list like :
>
> ** TODO Item
> :CLOCK:
> [2008-01-30 15:22]--[2008-01-30 15:40]
> [2008-01-30 14:15]--[2008-01-30 15:00]
> [2008-01-30 13:01]--[2008-01-30 13:30]
> [2008-01-30 10:00]--[2008-01-30 11:00]
> :CLOCK:
>
> When I invoke the agenda view (C-c a a) and press l for the
> timeline, I would see only
>
> 15:22 TODO Clocked : Item
>
> while I would like to see
>
> 10:00 TODO Clocked : Item
> 13:01 TODO Clocked : Item
> 14:15 TODO Clocked : Item
> 15:22 TODO Clocked : Item
>
> I am using org-mode 5.19a on XEmacs 21.
>
> Regards,
>
> Jurgen
>
>> I do not know if this is a bug or a feature, but given a drawer
>> with several clocked times for one item, I see that in the agenda
>> view + timeline, only the last (first in the list from top to
>> bottom) clocked item for a certain day is displayed, even when
>> there are more registries for the same day.
>>
>> Otherwise, the best tool for organising and planning my daily work.
>>
>> Regards,
>>
>> Jurgen
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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: Agenda view of clocked items
2008-01-29 11:30 Agenda view of clocked items Jurgen Defurne
2008-01-31 10:33 ` Jurgen Defurne
@ 2008-01-31 16:33 ` Carsten Dominik
1 sibling, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-01-31 16:33 UTC (permalink / raw)
To: Jurgen Defurne; +Cc: emacs-orgmode
Fixed, thanks.
- Carsten
On Jan 29, 2008, at 12:30 PM, Jurgen Defurne wrote:
> I do not know if this is a bug or a feature, but given a drawer
> with several clocked times for one item, I see that in the agenda
> view + timeline, only the last (first in the list from top to
> bottom) clocked item for a certain day is displayed, even when there
> are more registries for the same day.
>
> Otherwise, the best tool for organising and planning my daily work.
>
> Regards,
>
> Jurgen
>
>
> _______________________________________________
> 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
end of thread, other threads:[~2008-01-31 18:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 11:30 Agenda view of clocked items Jurgen Defurne
2008-01-31 10:33 ` Jurgen Defurne
2008-01-31 11:28 ` Carsten Dominik
2008-01-31 16:33 ` 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).