johanwiden / org-menu

A discoverable menu for Emacs org-mode using transient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Org-menu

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.

Editing a headline org-menu-headline.png

Editing a table org-menu-table.png

How to use it

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))

About

A discoverable menu for Emacs org-mode using transient

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%