[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug |
Date: |
Wed, 03 Jan 2024 15:29:51 +0000 |
Morgan Smith <Morgan.J.Smith@outlook.com> writes:
>> May you please provide a detailed reproducer demonstrating the bug you
>> are trying to fix? Such reproducer could be a basis of a new test.
>
> See a detailed reproducer attached to this mail. It has a task defined
> as this:
>
> * TODO task
> SCHEDULED: <2017-03-06 Mon +2d> DEADLINE: <2017-03-10>
>
> Running said reproducer currently fails as follows (the numbers are the
> days of the month).
>
> (string-equal
> "06\nScheduled: task\n08\nScheduled: task\n10\nScheduled: task\nDeadline:
> task\n"
> "06\nScheduled: task\n08\nScheduled: task\n10\nScheduled: task\nDeadline:
> task\n12\nScheduled: task\n")
>
> As you can see, we expect to not see anything scheduled after the
> deadline if 'org-agenda-skip-scheduled-if-deadline-is-shown' is set to
> 'repeated-after-deadline', however, we actually see that things continue
> to be scheduled. Hence the bug is that that option currently does
> nothing.
I think that you misunderstand the purpose of 'repeated-after-deadline
value. Let me provide an example:
'repeated-after-deadline allows this task
* Do me every day before March, 16th (included)
SCHEDULED: <2013-03-12 mar. +1d> DEADLINE: <2013-03-16 sam.>
to step being displayed after March, 16th.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Morgan Smith, 2024/01/02
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug,
Ihor Radchenko <=
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Morgan Smith, 2024/01/03
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Ihor Radchenko, 2024/01/04
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Morgan Smith, 2024/01/16
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Ihor Radchenko, 2024/01/16
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Morgan Smith, 2024/01/16
- Re: [PATCH] Fix org-agenda-skip-scheduled-if-deadline-is-shown bug, Ihor Radchenko, 2024/01/17