orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

feat: org_log_repeat

Open vaioure opened this issue 1 year ago • 0 comments

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

vaioure avatar Apr 21 '24 12:04 vaioure