-
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If you open multiple task capture prompts the data for all but the most recent one will be lost when saved.
checkhealth
Orgmode ~
- ✅ OK Treesitter grammar installed (version 2.0.0)
- ✅ OK Setup called
- ✅ OK
org_agenda_files
configured - ✅ OK
org_default_notes_file
configured ⚠️ WARNINGshellslash
is not set. This might cause issues with file paths in links. Setvim.opt.shellslash = true
in your configuration
Steps to reproduce
- Open a capture prompt for a task by typing
<Leader>oct
- Type something into the header
- Open another capture prompt for a task by typing
<Leader>oct
- Type something into the header
- :x to close and write the capture prompt
- :x to close and write the capture prompt
At step 5 the data written in step 3 is added to the org file. At step 6 the data written in step 1 disappears and doesn't appear in the org file.
Expected behavior
The expected behavior is that the data written in both step 1 and step 3 is now in the org file.
Emacs functionality
No response
Minimal init.lua
-- Enter your minimal_init.lua here
Screenshots and recordings
No response
nvim-orgmode version
OS / Distro
Windows 11
Neovim version/commit
v0.11.3
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working