Walk up and down your Org-mode files quickly.
helm-org-walk
helps you navigate or refile your org hierarchies with ease.
If you already know what you’re looking for org-rifle or org-ql can help you
find it. However, if you don’t quite know or remember what you’re looking for,
helm-org-walk
can help.
We recommend installing with straight.el and use-package:
(use-package helm-org-walk
:straight (helm-org-walk :type git
:host github
:repo "dustinlacewell/helm-org-walk"))
- Walk current buffer:
M-x helm-org-walk
- Walk
org-directory
:C-u M-x helm-org-walk
- Refile to current buffer:
M-x helm-org-walk-refile-this
- Refile to
org-directory
:C-u M-x helm-org-walk-refile-this
Helm bindings:
<return> | Walk forwards/downwards |
C-<backspace> | Walk backwards/upwards |
C-<return> | Choose current selection |
C-g | Abort |