nvim-orgmode / nvim-orgmode/orgmode
Can't clock-out again after undo of clock-out
Open
Nobody has claimed this yet.
bug
- Dominant language
- Lua
- Stars
- 3.9k
- Forks
- 190
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
Describe the bug
As the title says.
checkhealth
Orgmode
- ✅ OK Treesitter grammar installed (version 2.0.4)
- ✅ OK Setup called
- ✅ OK org_agenda_files configured
- ✅ OK org_default_notes_file configured
Steps to reproduce
- open a new org file
- write a header like
* foo <leader>oxito clock in<leader>oxoto clock oututo undo<leader>oxoto clock out again, but nothing happens
Expected behavior
the logbook should update to clocked-out state
Emacs functionality
No response
Minimal init.lua
-- default lazy.nvim setup ommited here
return {
'nvim-orgmode/orgmode',
config = function()
require('orgmode').setup()
end,
}
Screenshots and recordings
No response
nvim-orgmode version
f32a06d
OS / Distro
ubuntu 24.04
Neovim version/commit
v0.11.7
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the clock-in, clock-out, undo, and second clock-out sequence using the minimal init.lua and the stated Neovim version. Trace the clocking and undo handling, then verify that the second clock-out updates the logbook to the clocked-out state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100