nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.04k stars 134 forks source link

Editing fails for non-written files #34

Closed gergesh closed 3 years ago

gergesh commented 3 years ago

To replicate this:

  1. nvim file.org
  2. Insert some text * Headline
  3. Try performing an orgmode operation (such as >>)

The following error popus up: E5108: Error executing lua ...k/packer/start/orgmode.nvim/lua/orgmode/parser/files.lua:91: attempt to index local 'file' (a nil value)

kristijanhusak commented 3 years ago

Fixed, thanks.