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>oxi to clock in
<leader>oxo to clock out
u to undo
<leader>oxo to 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
Describe the bug
As the title says.
checkhealth
Orgmode
Steps to reproduce
* foo<leader>oxito clock in<leader>oxoto clock oututo undo<leader>oxoto clock out again, but nothing happensExpected behavior
the logbook should update to clocked-out state
Emacs functionality
No response
Minimal init.lua
Screenshots and recordings
No response
nvim-orgmode version
f32a06d
OS / Distro
ubuntu 24.04
Neovim version/commit
v0.11.7
Additional context
No response