Skip to content

A discoverable menu for Emacs org-mode using transient

License

Notifications You must be signed in to change notification settings

sheijk/org-menu

Repository files navigation

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

Releases

0.5

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

About

A discoverable menu for Emacs org-mode using transient

Resources

License

Stars

Watchers

Forks

Packages