A menu for editing org-mode documents and exploring it’s features in a discoverable way.
It is using transient
, the package to create interactive menus magit
uses.
Add this to your Emacs init file:
(with-eval-after-load 'org
(require 'org-menu)
(define-key org-mode-map (kbd "C-c m") 'org-menu))