emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: repeated task with ++1w does not auto-jump
@ 2008-03-24 14:58 Wanrong Lin
  2008-03-24 15:24 ` Wanrong Lin
  2008-03-28 18:50 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: Wanrong Lin @ 2008-03-24 14:58 UTC (permalink / raw)
  To: org-mode


Hi,

With a test task as following:

* TODO A test
  SCHEDULED: <2008-03-24 Mon ++1w>

If on the scheduled day (today) I do a "C-c C-t" trying to mark it 
"DONE", the scheduled time does not jump to the next occurrence. 
However, If I change the task to

* TODO A test
  SCHEDULED: <2008-03-23 Sun ++1w>

and do the same thing (note I am "past due" now), things work without a 
problem.

I am using 5.23a and Emacs 22.1 on Windows.

Thanks a lot for looking into this.

Wanrong

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

* Re: Bug: repeated task with ++1w does not auto-jump
  2008-03-24 14:58 Bug: repeated task with ++1w does not auto-jump Wanrong Lin
@ 2008-03-24 15:24 ` Wanrong Lin
  2008-03-26 18:43   ` Carsten Dominik
  2008-03-28 18:50 ` Carsten Dominik
  1 sibling, 1 reply; 6+ messages in thread
From: Wanrong Lin @ 2008-03-24 15:24 UTC (permalink / raw)
  To: org-mode

More observations:

With a test task like this:

* TODO Test
  SCHEDULED: <2008-03-25 Tue ++1w>

If I try to mark it DONE on 2008-03-24, i.e. before the scheduled day, 
auto-jump does not work either.

Wanrong

Wanrong Lin wrote:
>
> Hi,
>
> With a test task as following:
>
> * TODO A test
>  SCHEDULED: <2008-03-24 Mon ++1w>
>
> If on the scheduled day (today) I do a "C-c C-t" trying to mark it 
> "DONE", the scheduled time does not jump to the next occurrence. 
> However, If I change the task to
>
> * TODO A test
>  SCHEDULED: <2008-03-23 Sun ++1w>
>
> and do the same thing (note I am "past due" now), things work without 
> a problem.
>
> I am using 5.23a and Emacs 22.1 on Windows.
>
> Thanks a lot for looking into this.
>
> Wanrong
>
>

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

* Re: Re: Bug: repeated task with ++1w does not auto-jump
  2008-03-24 15:24 ` Wanrong Lin
@ 2008-03-26 18:43   ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2008-03-26 18:43 UTC (permalink / raw)
  To: Wanrong Lin; +Cc: emacs-orgmode Mailinglist

I am in the middle of some other big changes, but I will get back to  
this in a week or so.

- Carsten

On Mar 24, 2008, at 4:24 PM, Wanrong Lin wrote:

> More observations:
>
> With a test task like this:
>
> * TODO Test
> SCHEDULED: <2008-03-25 Tue ++1w>
>
> If I try to mark it DONE on 2008-03-24, i.e. before the scheduled  
> day, auto-jump does not work either.
>
> Wanrong
>
> Wanrong Lin wrote:
>>
>> Hi,
>>
>> With a test task as following:
>>
>> * TODO A test
>> SCHEDULED: <2008-03-24 Mon ++1w>
>>
>> If on the scheduled day (today) I do a "C-c C-t" trying to mark it  
>> "DONE", the scheduled time does not jump to the next occurrence.  
>> However, If I change the task to
>>
>> * TODO A test
>> SCHEDULED: <2008-03-23 Sun ++1w>
>>
>> and do the same thing (note I am "past due" now), things work  
>> without a problem.
>>
>> I am using 5.23a and Emacs 22.1 on Windows.
>>
>> Thanks a lot for looking into this.
>>
>> Wanrong
>>
>>
>
>
>
> _______________________________________________
> 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: Bug: repeated task with ++1w does not auto-jump
  2008-03-24 14:58 Bug: repeated task with ++1w does not auto-jump Wanrong Lin
  2008-03-24 15:24 ` Wanrong Lin
@ 2008-03-28 18:50 ` Carsten Dominik
  2008-03-28 21:47   ` Wanrong Lin
  1 sibling, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2008-03-28 18:50 UTC (permalink / raw)
  To: Wanrong Lin; +Cc: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 810 bytes --]

Fixed thanks.

- Carsten

On Mar 24, 2008, at 3:58 PM, Wanrong Lin wrote:
>
> Hi,
>
> With a test task as following:
>
> * TODO A test
> SCHEDULED: <2008-03-24 Mon ++1w>
>
> If on the scheduled day (today) I do a "C-c C-t" trying to mark it  
> "DONE", the scheduled time does not jump to the next occurrence.  
> However, If I change the task to
>
> * TODO A test
> SCHEDULED: <2008-03-23 Sun ++1w>
>
> and do the same thing (note I am "past due" now), things work  
> without a problem.
>
> I am using 5.23a and Emacs 22.1 on Windows.
>
> Thanks a lot for looking into this.
>
> Wanrong
>
>
>
> _______________________________________________
> 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


[-- Attachment #1.2: Type: text/html, Size: 1137 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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: Bug: repeated task with ++1w does not auto-jump
  2008-03-28 18:50 ` Carsten Dominik
@ 2008-03-28 21:47   ` Wanrong Lin
  2008-03-29  4:49     ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Wanrong Lin @ 2008-03-28 21:47 UTC (permalink / raw)
  Cc: org-mode


Thanks a lot. Look forward to 5.24 (I know, I should have learned git by 
now...)

Wanrong

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

* Re: Bug: repeated task with ++1w does not auto-jump
  2008-03-28 21:47   ` Wanrong Lin
@ 2008-03-29  4:49     ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2008-03-29  4:49 UTC (permalink / raw)
  To: Wanrong Lin; +Cc: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 280 bytes --]


On Mar 28, 2008, at 10:47 PM, Wanrong Lin wrote:
>
> Thanks a lot. Look forward to 5.24 (I know, I should have learned  
> git by now...)

There will be no 5.24.  Just 6.01.

Not because of new features, but because of the greatly changed  
structure of the package.

- Carsten


[-- Attachment #1.2: Type: text/html, Size: 565 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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-03-29  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-24 14:58 Bug: repeated task with ++1w does not auto-jump Wanrong Lin
2008-03-24 15:24 ` Wanrong Lin
2008-03-26 18:43   ` Carsten Dominik
2008-03-28 18:50 ` Carsten Dominik
2008-03-28 21:47   ` Wanrong Lin
2008-03-29  4:49     ` 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).