orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

`org_note_finalize` and `org_note_kill`: with `:wq` and `q!`

Open francisco-bea-scopely opened this issue 9 months ago • 1 comments

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

francisco-bea-scopely avatar Mar 06 '25 09:03 francisco-bea-scopely

It seems that it works with :wq: https://github.com/nvim-orgmode/orgmode/issues/477

However, it doesn't seem to work with :q!.

Nekketsu avatar Mar 07 '25 00:03 Nekketsu