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))- fixed key alignment
- cleanups, fixes
- Complete support for org-columns
- Snippet system can be configured
- No more yasnippet (soft) dependency but use it if it’s loaded
- New menu items
    - Easier removal of highlights
- Tangling source and exporting
- org-clone-subtree-with-time-shift
- Add notes
- mark checkbox partially done
- Toggle non-breaking space
- Repairing time stamps
- Insert horizontal rule
- Inserting startup and buffer options with completion
 
- Cleanups and bugfixes (see commits)

