Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org-timeblock-schedule to reschedule removes repeater information #56

Open
Gleek opened this issue Jul 1, 2024 · 0 comments
Open

org-timeblock-schedule to reschedule removes repeater information #56

Gleek opened this issue Jul 1, 2024 · 0 comments

Comments

@Gleek
Copy link

Gleek commented Jul 1, 2024

Hello,
Items that are rescheduled using the timeblock buffer removes any repeaters from the time ranges

Example:
Create a task

* TODO Test 1
<2024-07-01 Mon 11:30-12:00 ++1d> 

Use org-timeblock-schedule and change the time to 12:00.
The updated entry will be

* TODO Test 1
<2024-07-01 Mon 12:00-12:30> 

Expected is

* TODO Test 1
<2024-07-01 Mon 12:00-12:30 ++1d> 

Even better would be a y/n prompt to do it for all days.
This would be harder to achieve in org's syntax. Though, it could be possibly done by splitting up the time ranges. So the output would be:

* TODO Test 1
<2024-07-01 Mon 12:00-12:30> 
<2024-07-02 Tue 11:30-12:00 ++1d> 

if rescheduling for just one day.
Don't think this would be possible if the timestamp is in SCHEDULE or DEADLINE

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant