Skip to content

Can't clock-out again after undo of clock-out #1171

Description

@champignoom

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

  1. open a new org file
  2. write a header like * foo
  3. <leader>oxi to clock in
  4. <leader>oxo to clock out
  5. u to undo
  6. <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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions