dustinlacewell / helm-org-walk

Helpful elisp functions for working with Org OLP paths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-org-walk

Walk up and down your Org-mode files quickly.

./demo.gif

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.

Installation

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

How to use

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

About

Helpful elisp functions for working with Org OLP paths

License:The Unlicense


Languages

Language:Emacs Lisp 100.0%