orgmode
orgmode copied to clipboard
`org_note_finalize` and `org_note_kill`: with `:wq` and `q!`
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
Would it be possible to finalize or kill a note ALSO following standard neovim commands? If I save and quit :wq (or other equivalent command) the buffer, then it should be finalized, if I quit without saving q! (or other equivalent command) it should be killed.
Feature value
No response
Additional context
No response
It seems that it works with :wq:
https://github.com/nvim-orgmode/orgmode/issues/477
However, it doesn't seem to work with :q!.