-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors When Creating Nodes: Trying to Delete Buffer that is in use #73
Comments
What happens if you put a number in for the ID before saving? It can be anything. Feels like nvim-orgmode id generation isn't working. What version of orgmode and roam are you using? |
Hmm, I get this when I try to add a random number into the scratch buffer and then save and delete the window.
I'm using the latest releases from both orgmode and roam. |
@kristijanhusak it looks like issues with temporary capture buffers are still floating around. I'm assuming also connected to nvim-orgmode/orgmode#758 @cat-phish the |
@chipsenkbeil is there a way to reproduce it somehow? The linked issue is for the edit-special buffer which is different from capture window. |
I am running into errors when trying to create a node. For one thing it's not appearing to generate an ID at all. This is what's created in the scratch buffer with nf
And then it seems according to your video it's supposed to switch to that buffer on save. But on save it only writes the tmp file, and if I try to quit or delete the windows it gives me an error for trying to delete a buffer in use.
Heres from trying to :q out of the scratch buffer
and here is from trying to delete the window. When I try to delete the window I get a blank confirmation box through Noice that seems to have the options Y or N and when select Y this happens:
I've tried removing all of my UI plugins but I think there's something else going on.
I should note that it does actually write the files. But still without the ID's.
The text was updated successfully, but these errors were encountered: