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

feat: org_log_repeat #721

Closed
wants to merge 2 commits into from
Closed

feat: org_log_repeat #721

wants to merge 2 commits into from

Conversation

vaioure
Copy link

@vaioure vaioure commented Apr 21, 2024

Separate logging settings for repeating TODOs

Implements #530

Unfortunately I couldn't figure out how to redraw the agenda view without setting redo in:

function Agenda:change_todo_state()
  return self:_remote_edit({
    action = 'org_mappings.todo_next_state',
    redo = true,
  })
end

@kristijanhusak
Copy link
Member

I did some refactoring and added support for this in #738, so closing.

Why do you need to redraw the whole agenda?

@vaioure
Copy link
Author

vaioure commented May 29, 2024

It's not strictly necessary, but I figured the entry should disappear from the agenda without having to manually refresh it since it's no longer accurate.

Anyways, thanks for implementing this.

EDIT: only applies to org_log_repeat = false, other options update properly

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

Successfully merging this pull request may close these issues.

None yet

2 participants