* Repeating tasks with scheduled time
@ 2016-10-04 21:18 Arkady Grudzinsky
2016-10-04 22:58 ` Arkady Grudzinsky
0 siblings, 1 reply; 5+ messages in thread
From: Arkady Grudzinsky @ 2016-10-04 21:18 UTC (permalink / raw)
To: emacs-orgmode
Say, I have this TODO item which needs to be repeated every
evening after 20:00 and if it is not marked as DONE for several
days, I want it to be moved to the NEAREST 20:00 in the future,
i.e. to 20:00 TODAY if I mark it at noon. I thought, this would
accomplish the goal:
* TODO Load and run the dishwasher
SCHEDULED: <2016-10-03 Mon 20:00 .+1d>
Instead, marking this task as completed today at noon moves the
schedule to 20:00 TOMORROW instead of 20:00 TODAY although the
nearest 20:00 in the future is, technically, 20:00 TODAY.
Is there a way to change this behavior?
--
Arkady
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Repeating tasks with scheduled time
2016-10-04 21:18 Repeating tasks with scheduled time Arkady Grudzinsky
@ 2016-10-04 22:58 ` Arkady Grudzinsky
2016-10-05 6:39 ` Nicolas Goaziou
0 siblings, 1 reply; 5+ messages in thread
From: Arkady Grudzinsky @ 2016-10-04 22:58 UTC (permalink / raw)
To: emacs-orgmode
On Tue, Oct 04 2016, Arkady Grudzinsky wrote:
> Say, I have this TODO item which needs to be repeated every
> evening after 20:00 and if it is not marked as DONE for several
> days, I want it to be moved to the NEAREST 20:00 in the future,
> i.e. to 20:00 TODAY if I mark it at noon. I thought, this would
> accomplish the goal:
>
> * TODO Load and run the dishwasher
> SCHEDULED: <2016-10-03 Mon 20:00 .+1d>
Sorry, the correct syntax would be
* TODO Load and run the dishwasher
SCHEDULED: <2016-10-03 Mon 20:00 ++1d>
It still moves the scheduled time to the next day instead of
20:00 today.
>
> Instead, marking this task as completed today at noon moves the
> schedule to 20:00 TOMORROW instead of 20:00 TODAY although the
> nearest 20:00 in the future is, technically, 20:00 TODAY.
>
> Is there a way to change this behavior?
--
Arkady
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Repeating tasks with scheduled time
2016-10-04 22:58 ` Arkady Grudzinsky
@ 2016-10-05 6:39 ` Nicolas Goaziou
2016-10-05 20:06 ` Arkady Grudzinsky
0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2016-10-05 6:39 UTC (permalink / raw)
To: Arkady Grudzinsky; +Cc: emacs-orgmode
Hello,
Arkady Grudzinsky <agrudzinsky@gmail.com> writes:
> On Tue, Oct 04 2016, Arkady Grudzinsky wrote:
>
>> Say, I have this TODO item which needs to be repeated every
>> evening after 20:00 and if it is not marked as DONE for several
>> days, I want it to be moved to the NEAREST 20:00 in the future,
>> i.e. to 20:00 TODAY if I mark it at noon. I thought, this would
>> accomplish the goal:
>>
>> * TODO Load and run the dishwasher
>> SCHEDULED: <2016-10-03 Mon 20:00 .+1d>
>
> Sorry, the correct syntax would be
>
> * TODO Load and run the dishwasher
> SCHEDULED: <2016-10-03 Mon 20:00 ++1d>
>
> It still moves the scheduled time to the next day instead of
> 20:00 today.
>
>
>>
>> Instead, marking this task as completed today at noon moves the
>> schedule to 20:00 TOMORROW instead of 20:00 TODAY although the
>> nearest 20:00 in the future is, technically, 20:00 TODAY.
>>
>> Is there a way to change this behavior?
IIRC this was fixed in development version, i.e., Org 9.0.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Repeating tasks with scheduled time
2016-10-05 6:39 ` Nicolas Goaziou
@ 2016-10-05 20:06 ` Arkady Grudzinsky
2016-10-05 20:28 ` Nicolas Goaziou
0 siblings, 1 reply; 5+ messages in thread
From: Arkady Grudzinsky @ 2016-10-05 20:06 UTC (permalink / raw)
To: emacs-orgmode
On Wed, Oct 05 2016, Nicolas Goaziou wrote:
> Hello,
>
> Arkady Grudzinsky <agrudzinsky@gmail.com> writes:
>
>> On Tue, Oct 04 2016, Arkady Grudzinsky wrote:
>>
>>> Say, I have this TODO item which needs to be repeated every
>>> evening after 20:00 and if it is not marked as DONE for several
>>> days, I want it to be moved to the NEAREST 20:00 in the future,
>>> i.e. to 20:00 TODAY if I mark it at noon. I thought, this would
>>> accomplish the goal:
>>>
>>> * TODO Load and run the dishwasher
>>> SCHEDULED: <2016-10-03 Mon 20:00 .+1d>
>>
>> Sorry, the correct syntax would be
>>
>> * TODO Load and run the dishwasher
>> SCHEDULED: <2016-10-03 Mon 20:00 ++1d>
>>
>> It still moves the scheduled time to the next day instead of
>> 20:00 today.
>>
>>
>>>
>>> Instead, marking this task as completed today at noon moves the
>>> schedule to 20:00 TOMORROW instead of 20:00 TODAY although the
>>> nearest 20:00 in the future is, technically, 20:00 TODAY.
>>>
>>> Is there a way to change this behavior?
>
> IIRC this was fixed in development version, i.e., Org 9.0.
Thanks. I have 8.2 installed. Do you know when 9.0 will be
released?
--
Arkady
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Repeating tasks with scheduled time
2016-10-05 20:06 ` Arkady Grudzinsky
@ 2016-10-05 20:28 ` Nicolas Goaziou
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2016-10-05 20:28 UTC (permalink / raw)
To: Arkady Grudzinsky; +Cc: emacs-orgmode
Arkady Grudzinsky <agrudzinsky@gmail.com> writes:
> Thanks. I have 8.2 installed. Do you know when 9.0 will be
> released?
Within 2 weeks, probably.
Regards,
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-10-05 20:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 21:18 Repeating tasks with scheduled time Arkady Grudzinsky
2016-10-04 22:58 ` Arkady Grudzinsky
2016-10-05 6:39 ` Nicolas Goaziou
2016-10-05 20:06 ` Arkady Grudzinsky
2016-10-05 20:28 ` Nicolas Goaziou
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).