* Delay all occurences for a heading scheduled with repeater not work.
@ 2020-01-30 16:24 hhkg
2020-02-01 8:47 ` Bastien
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: hhkg @ 2020-01-30 16:24 UTC (permalink / raw)
To: emacs-orgmode\@gnu.org
[-- Attachment #1: Type: text/plain, Size: 968 bytes --]
Hi,
In https://orgmode.org/manual/Deadlines-and-Scheduling.html#Deadlines-and-Scheduling
It says:
"If you want to delay the display of this task in the agenda, use ‘SCHEDULED: <2004-12-25 Sat -2d>’: the task is still scheduled on the 25th but will appear two days later. In case the task contains a repeater, the delay is considered to affect all occurrences; if you want the delay to only affect the first scheduled occurrence of the task, use ‘--2d’ instead."
With headings below:
* delay in scheduled with repeater
** TODO delay all occurences
SCHEDULED: <2020-01-30 Thu -1d +2d>
** TODO delay only the first occurence
SCHEDULED: <2020-01-30 Thu --1d +2d>
Both headings display in today's agenda (today is <2020-01-31>).
Which is correct.
Then both display in agenda of <2020-02-01>.
Which is not correct for 'delay all occurences'.
It should display in agenda of <2020-02-02>.
Please help check if this should be fixed.
Thank you!
Thanks,
hhkg
[-- Attachment #2: Type: text/html, Size: 1554 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Delay all occurences for a heading scheduled with repeater not work.
2020-01-30 16:24 Delay all occurences for a heading scheduled with repeater not work hhkg
@ 2020-02-01 8:47 ` Bastien
2020-09-10 12:20 ` Bastien
2021-05-03 22:33 ` Bastien
2 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2020-02-01 8:47 UTC (permalink / raw)
To: hhkg; +Cc: emacs-orgmode@gnu.org
Hi,
hhkg@protonmail.com writes:
> In https://orgmode.org/manual/Deadlines-and-Scheduling.html#
> Deadlines-and-Scheduling
>
> It says:
> "If you want to delay the display of this task in the agenda, use
> ‘SCHEDULED: <2004-12-25 Sat -2d>’: the task is still scheduled on the
> 25th but will appear two days later. In case the task contains a
> repeater, the delay is considered to affect all occurrences; if you
> want the delay to only affect the first scheduled occurrence of the
> task, use ‘--2d’ instead."
>
> With headings below:
> * delay in scheduled with repeater
> ** TODO delay all occurences
> SCHEDULED: <2020-01-30 Thu -1d +2d>
> ** TODO delay only the first occurence
> SCHEDULED: <2020-01-30 Thu --1d +2d>
>
> Both headings display in today's agenda (today is <2020-01-31>).
> Which is correct.
>
> Then both display in agenda of <2020-02-01>.
> Which is not correct for 'delay all occurences'.
> It should display in agenda of <2020-02-02>.
>
> Please help check if this should be fixed.
Yes, this should be fixed and this is now fixed in the maint branch,
it will be part of the next bugfix (if any) or major release.
This was quite tricky to solve, please test it carefully.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Delay all occurences for a heading scheduled with repeater not work.
2020-01-30 16:24 Delay all occurences for a heading scheduled with repeater not work hhkg
2020-02-01 8:47 ` Bastien
@ 2020-09-10 12:20 ` Bastien
2020-09-10 22:40 ` Samuel Wales
2021-05-03 22:33 ` Bastien
2 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2020-09-10 12:20 UTC (permalink / raw)
To: hhkg; +Cc: emacs-orgmode
Hi,
hhkg@protonmail.com writes:
> It says:
> "If you want to delay the display of this task in the agenda, use
> ‘SCHEDULED: <2004-12-25 Sat -2d>’: the task is still scheduled on the
> 25th but will appear two days later. In case the task contains a
> repeater, the delay is considered to affect all occurrences; if you
> want the delay to only affect the first scheduled occurrence of the
> task, use ‘--2d’ instead."
>
> With headings below:
> * delay in scheduled with repeater
> ** TODO delay all occurences
> SCHEDULED: <2020-01-30 Thu -1d +2d>
> ** TODO delay only the first occurence
> SCHEDULED: <2020-01-30 Thu --1d +2d>
>
> Both headings display in today's agenda (today is <2020-01-31>).
> Which is correct.
>
> Then both display in agenda of <2020-02-01>.
> Which is not correct for 'delay all occurences'.
> It should display in agenda of <2020-02-02>.
>
> Please help check if this should be fixed.
Just bumping up this thread to confirm the bug is still there.
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Delay all occurences for a heading scheduled with repeater not work.
2020-09-10 12:20 ` Bastien
@ 2020-09-10 22:40 ` Samuel Wales
0 siblings, 0 replies; 5+ messages in thread
From: Samuel Wales @ 2020-09-10 22:40 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode, hhkg
i see the problem. but i get confused about the real-world purpose of
this feature. is the idea that technically someplace in the real
world you are supposed to work on it but you have decided not to and
you don't want the agenda to show it until you will work on it?
On 9/10/20, Bastien <bzg@gnu.org> wrote:
> Hi,
>
> hhkg@protonmail.com writes:
>
>> It says:
>> "If you want to delay the display of this task in the agenda, use
>> ‘SCHEDULED: <2004-12-25 Sat -2d>’: the task is still scheduled on the
>> 25th but will appear two days later. In case the task contains a
>> repeater, the delay is considered to affect all occurrences; if you
>> want the delay to only affect the first scheduled occurrence of the
>> task, use ‘--2d’ instead."
>>
>> With headings below:
>> * delay in scheduled with repeater
>> ** TODO delay all occurences
>> SCHEDULED: <2020-01-30 Thu -1d +2d>
>> ** TODO delay only the first occurence
>> SCHEDULED: <2020-01-30 Thu --1d +2d>
>>
>> Both headings display in today's agenda (today is <2020-01-31>).
>> Which is correct.
>>
>> Then both display in agenda of <2020-02-01>.
>> Which is not correct for 'delay all occurences'.
>> It should display in agenda of <2020-02-02>.
>>
>> Please help check if this should be fixed.
>
> Just bumping up this thread to confirm the bug is still there.
>
> --
> Bastien
>
>
--
The Kafka Pandemic
Please learn what misopathy is.
https://thekafkapandemic.blogspot.com/2013/10/why-some-diseases-are-wronged.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Delay all occurences for a heading scheduled with repeater not work.
2020-01-30 16:24 Delay all occurences for a heading scheduled with repeater not work hhkg
2020-02-01 8:47 ` Bastien
2020-09-10 12:20 ` Bastien
@ 2021-05-03 22:33 ` Bastien
2 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2021-05-03 22:33 UTC (permalink / raw)
To: hhkg; +Cc: emacs-orgmode@gnu.org
Hi,
hhkg@protonmail.com writes:
> In https://orgmode.org/manual/Deadlines-and-Scheduling.html#
> Deadlines-and-Scheduling
>
> It says:
> "If you want to delay the display of this task in the agenda, use
> ‘SCHEDULED: <2004-12-25 Sat -2d>’: the task is still scheduled on the
> 25th but will appear two days later. In case the task contains a
> repeater, the delay is considered to affect all occurrences; if you
> want the delay to only affect the first scheduled occurrence of the
> task, use ‘--2d’ instead."
>
> With headings below:
> * delay in scheduled with repeater
> ** TODO delay all occurences
> SCHEDULED: <2020-01-30 Thu -1d +2d>
> ** TODO delay only the first occurence
> SCHEDULED: <2020-01-30 Thu --1d +2d>
>
> Both headings display in today's agenda (today is <2020-01-31>).
> Which is correct.
>
> Then both display in agenda of <2020-02-01>.
> Which is not correct for 'delay all occurences'.
> It should display in agenda of <2020-02-02>.
I'm just bumping this thread because this issue is still open, I'll
review it before Org 9.5.
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-03 22:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-30 16:24 Delay all occurences for a heading scheduled with repeater not work hhkg
2020-02-01 8:47 ` Bastien
2020-09-10 12:20 ` Bastien
2020-09-10 22:40 ` Samuel Wales
2021-05-03 22:33 ` Bastien
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).