Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rougier/org-imenu
org-mode side menu with filtering capability
https://github.com/rougier/org-imenu
emacs imenu lisp org-mode
Last synced: about 1 month ago
JSON representation
org-mode side menu with filtering capability
- Host: GitHub
- URL: https://github.com/rougier/org-imenu
- Owner: rougier
- License: gpl-3.0
- Created: 2022-05-22T07:07:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T07:37:52.000Z (over 2 years ago)
- Last Synced: 2024-08-07T18:30:38.123Z (5 months ago)
- Topics: emacs, imenu, lisp, org-mode
- Language: Emacs Lisp
- Homepage:
- Size: 303 KB
- Stars: 31
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
Awesome Lists containing this project
README
* Org imenu
[[https://github.com/rougier/org-imenu-filter][
org-imenu]] shows a sidebar displaying the Imenu and allows the user to filter which headlines are shown using the interactive ~org-imenu-filter-select~ that uses the same syntax as [[https://orgmode.org/worg/org-tutorials/advanced-searching.html][org-mode search]]. This is very similar to [[https://github.com/alphapapa/org-sidebar][org-sidebar]] without the [[https://github.com/alphapapa/org-ql][org-ql]] dependency which means that org-imenu is probably less powerful than org-sidebar.** Usage
~M-x: org-imenu~
** Key bindings:
- ~f~ : Filter items
- ~g~ : Update org-imenu
- ~tab~ : Fold/unfold item
- ~+~ / ~-~ : Increase/decrease depth
- ~s-tab~ : Fold/unfold all items
- ~space~ : Show current item
- ~enter~ : Go to current item
** Screenshot[[file:org-imenu.png]]