* agenda column view bug
@ 2008-06-16 14:39 Bernt Hansen
2008-06-16 15:20 ` Bernt Hansen
2008-06-16 16:23 ` Carsten Dominik
0 siblings, 2 replies; 6+ messages in thread
From: Bernt Hansen @ 2008-06-16 14:39 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
Hi Carsten,
I'm using Org-mode version 6.04c from commit
4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now
because repo.or.cz is down so maybe this is fixed already.
In the agenda if you go to column view on an entry without an Effort:
value the S-left and S-right fail to change the data - the value just
stays blank.
If you edit it to a value in the list (using e 0) then the S-arrows work
again.
I'm using the following setup:
(setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 16:00 24:00 32:00 40:00 60:00 80:00 120:00")))
(setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM")
Keystrokes:
- C-c a a
- C-c C-x C-c
- right arrow to Estimated Effort column
- Move to a task with a blank entry
- Try S-left and S-right - it refreshes the display but the effort does
not change
For an example task my Effort property looks like this:
:PROPERTIES:
:Effort:
:END:
Let me know if you need for information to reproduce this.
Regards,
Bernt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: agenda column view bug
2008-06-16 14:39 agenda column view bug Bernt Hansen
@ 2008-06-16 15:20 ` Bernt Hansen
2008-06-16 16:23 ` Carsten Dominik
1 sibling, 0 replies; 6+ messages in thread
From: Bernt Hansen @ 2008-06-16 15:20 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
Bernt Hansen <bernt@norang.ca> writes:
> I'm using Org-mode version 6.04c from commit
> 4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now
> because repo.or.cz is down so maybe this is fixed already.
repo.or.cz is back and the behaviour is the same after pulling.
-Bernt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: agenda column view bug
2008-06-16 14:39 agenda column view bug Bernt Hansen
2008-06-16 15:20 ` Bernt Hansen
@ 2008-06-16 16:23 ` Carsten Dominik
2008-06-16 16:56 ` Bernt Hansen
1 sibling, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2008-06-16 16:23 UTC (permalink / raw)
To: Bernt Hansen; +Cc: org-mode mailing list
Fixed, thanks.
- Carsten
On Jun 16, 2008, at 4:39 PM, Bernt Hansen wrote:
> Hi Carsten,
>
> I'm using Org-mode version 6.04c from commit
> 4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now
> because repo.or.cz is down so maybe this is fixed already.
>
> In the agenda if you go to column view on an entry without an Effort:
> value the S-left and S-right fail to change the data - the value just
> stays blank.
>
> If you edit it to a value in the list (using e 0) then the S-arrows
> work
> again.
>
> I'm using the following setup:
>
> (setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00
> 3:00 4:00 5:00 6:00 7:00 8:00 16:00 24:00 32:00 40:00 60:00 80:00
> 120:00")))
> (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated
> Effort){:} %CLOCKSUM")
>
> Keystrokes:
>
> - C-c a a
> - C-c C-x C-c
> - right arrow to Estimated Effort column
> - Move to a task with a blank entry
> - Try S-left and S-right - it refreshes the display but the effort
> does
> not change
>
> For an example task my Effort property looks like this:
>
> :PROPERTIES:
> :Effort:
> :END:
>
> Let me know if you need for information to reproduce this.
>
> Regards,
> Bernt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: agenda column view bug
2008-06-16 16:23 ` Carsten Dominik
@ 2008-06-16 16:56 ` Bernt Hansen
2008-06-20 1:02 ` Bernt Hansen
0 siblings, 1 reply; 6+ messages in thread
From: Bernt Hansen @ 2008-06-16 16:56 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
Thank you!
Great response time as always :)
-Bernt
Carsten Dominik <dominik@science.uva.nl> writes:
> Fixed, thanks.
>
> - Carsten
>
> On Jun 16, 2008, at 4:39 PM, Bernt Hansen wrote:
>
>> Hi Carsten,
>>
>> I'm using Org-mode version 6.04c from commit
>> 4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now
>> because repo.or.cz is down so maybe this is fixed already.
>>
>> In the agenda if you go to column view on an entry without an Effort:
>> value the S-left and S-right fail to change the data - the value just
>> stays blank.
>>
>> If you edit it to a value in the list (using e 0) then the S-arrows
>> work
>> again.
>>
>> I'm using the following setup:
>>
>> (setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00
>> 3:00 4:00 5:00 6:00 7:00 8:00 16:00 24:00 32:00 40:00 60:00 80:00
>> 120:00")))
>> (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated
>> Effort){:} %CLOCKSUM")
>>
>> Keystrokes:
>>
>> - C-c a a
>> - C-c C-x C-c
>> - right arrow to Estimated Effort column
>> - Move to a task with a blank entry
>> - Try S-left and S-right - it refreshes the display but the effort
>> does
>> not change
>>
>> For an example task my Effort property looks like this:
>>
>> :PROPERTIES:
>> :Effort:
>> :END:
>>
>> Let me know if you need for information to reproduce this.
>>
>> Regards,
>> Bernt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: agenda column view bug
2008-06-16 16:56 ` Bernt Hansen
@ 2008-06-20 1:02 ` Bernt Hansen
2008-06-20 1:14 ` Bernt Hansen
0 siblings, 1 reply; 6+ messages in thread
From: Bernt Hansen @ 2008-06-20 1:02 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
Hmmm this seems to be back again...
Bernt Hansen <bernt@norang.ca> writes:
> Thank you!
>
> Great response time as always :)
>
> -Bernt
>
>
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>> Fixed, thanks.
>>
>> - Carsten
>>
>> On Jun 16, 2008, at 4:39 PM, Bernt Hansen wrote:
>>
>>> Hi Carsten,
>>>
>>> I'm using Org-mode version 6.04c from commit
>>> 4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now
>>> because repo.or.cz is down so maybe this is fixed already.
>>>
>>> In the agenda if you go to column view on an entry without an Effort:
>>> value the S-left and S-right fail to change the data - the value just
>>> stays blank.
>>>
>>> If you edit it to a value in the list (using e 0) then the S-arrows
>>> work
>>> again.
>>>
>>> I'm using the following setup:
>>>
>>> (setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00
>>> 3:00 4:00 5:00 6:00 7:00 8:00 16:00 24:00 32:00 40:00 60:00 80:00
>>> 120:00")))
>>> (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated
>>> Effort){:} %CLOCKSUM")
>>>
>>> Keystrokes:
>>>
>>> - C-c a a
>>> - C-c C-x C-c
>>> - right arrow to Estimated Effort column
>>> - Move to a task with a blank entry
>>> - Try S-left and S-right - it refreshes the display but the effort
>>> does
>>> not change
>>>
>>> For an example task my Effort property looks like this:
>>>
>>> :PROPERTIES:
>>> :Effort:
>>> :END:
>>>
>>> Let me know if you need for information to reproduce this.
>>>
>>> Regards,
>>> Bernt
>
>
> _______________________________________________
> 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] 6+ messages in thread
* Re: agenda column view bug
2008-06-20 1:02 ` Bernt Hansen
@ 2008-06-20 1:14 ` Bernt Hansen
0 siblings, 0 replies; 6+ messages in thread
From: Bernt Hansen @ 2008-06-20 1:14 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
Nevermind. I was using 6.04c - it works with 6.05b
Sorry for the noise.
-Bernt
Bernt Hansen <bernt@norang.ca> writes:
> Hmmm this seems to be back again...
>
> Bernt Hansen <bernt@norang.ca> writes:
>
>> Thank you!
>>
>> Great response time as always :)
>>
>> -Bernt
>>
>>
>> Carsten Dominik <dominik@science.uva.nl> writes:
>>
>>> Fixed, thanks.
>>>
>>> - Carsten
>>>
>>> On Jun 16, 2008, at 4:39 PM, Bernt Hansen wrote:
>>>
>>>> Hi Carsten,
>>>>
>>>> I'm using Org-mode version 6.04c from commit
>>>> 4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now
>>>> because repo.or.cz is down so maybe this is fixed already.
>>>>
>>>> In the agenda if you go to column view on an entry without an Effort:
>>>> value the S-left and S-right fail to change the data - the value just
>>>> stays blank.
>>>>
>>>> If you edit it to a value in the list (using e 0) then the S-arrows
>>>> work
>>>> again.
>>>>
>>>> I'm using the following setup:
>>>>
>>>> (setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00
>>>> 3:00 4:00 5:00 6:00 7:00 8:00 16:00 24:00 32:00 40:00 60:00 80:00
>>>> 120:00")))
>>>> (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated
>>>> Effort){:} %CLOCKSUM")
>>>>
>>>> Keystrokes:
>>>>
>>>> - C-c a a
>>>> - C-c C-x C-c
>>>> - right arrow to Estimated Effort column
>>>> - Move to a task with a blank entry
>>>> - Try S-left and S-right - it refreshes the display but the effort
>>>> does
>>>> not change
>>>>
>>>> For an example task my Effort property looks like this:
>>>>
>>>> :PROPERTIES:
>>>> :Effort:
>>>> :END:
>>>>
>>>> Let me know if you need for information to reproduce this.
>>>>
>>>> Regards,
>>>> Bernt
>>
>>
>> _______________________________________________
>> 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] 6+ messages in thread
end of thread, other threads:[~2008-06-20 1:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 14:39 agenda column view bug Bernt Hansen
2008-06-16 15:20 ` Bernt Hansen
2008-06-16 16:23 ` Carsten Dominik
2008-06-16 16:56 ` Bernt Hansen
2008-06-20 1:02 ` Bernt Hansen
2008-06-20 1:14 ` Bernt Hansen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.