-
-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When I open neovim and use the agenda view, it all behaves as expected. I can hover over an entry and press t to change the todo status. But if I open the org file through the agenda mode (either through <CR> or <tab>) then navigate back to the agenda view, pressing t results in:
[orgmode] ...im/site/pack/core/opt/orgmode/lua/orgmode/utils/init.lua:524: Vim:E36: Not enough roomIt seems to persist until I reopen neovim.
checkhealth
- ✅ OK Treesitter grammar installed (version 2.0.2)
- ✅ OK Setup called
- ✅ OK
org_agenda_filesconfigured ⚠️ WARNING No default notes file configured. Setorg_default_notes_filein your config.
Steps to reproduce
(Assuming there are already entries to toggle the todo status of)
- Open neovim
- Open the agenda view via
<leader>oaa - Hover over an entry
- Press
tto toggle todo status - Press
<tab>to open in separate tab - Navigate back to agenda view
- Press
tto toggle todo status
Expected behavior
The todo status should be toggled after step 7 like it was in step 4.
Emacs functionality
No response
Minimal init.lua
(This assumes files with entries are in ~/Documents/Orgfiles)
vim.pack.add({
{ src = "https://github.com/nvim-orgmode/orgmode" },
{ src = "https://github.com/Bekaboo/dropbar.nvim" },
})
local org_dir = "~/Documents/Orgfiles"
require("orgmode").setup({
org_agenda_files = vim.fs.joinpath(org_dir, "**/*"),
})
For example entries, a file in ~/Documents/Orgfiles/:
* <2026-02-25 Wed>
Lorem Ipsum
* <2026-02-26 Thu>
Lorem Ipsum
* <2026-02-27 Fri>
Lorem Ipsum
Screenshots and recordings
No response
nvim-orgmode version
OS / Distro
Arch Linux
Neovim version/commit
v0.12.0-dev-2425+gbe8969f4cc
Additional context
I've noticed this happening both in Arch and WSL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working