Skip to content

Commit 7b25ad0

Browse files
Properly handle repeated todos with fast access. Fixes #77.
1 parent 1d8621f commit 7b25ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/org/mappings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function OrgMappings:todo_next_state()
172172
self:_replace_date(date:apply_repeater())
173173
end
174174

175-
self:_change_todo_state('reset', true)
175+
self:_change_todo_state('reset')
176176
local state_change = string.format(
177177
'- State "%s" from "%s" [%s]',
178178
item.todo_keyword.value,

0 commit comments

Comments
 (0)