From 1c0fa7072eb5d83ab3452cfc146910f73e990c26 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 1 Jun 2024 17:51:58 -0700 Subject: [PATCH] Jump to an org heading with `o h` --- ha-org.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ha-org.org b/ha-org.org index 38344ec..1d3852c 100644 --- a/ha-org.org +++ b/ha-org.org @@ -3,7 +3,7 @@ #+date: 2020-09-18 #+tags: emacs org #+startup: inlineimages -#+lastmod: [2024-04-29 Mon] +#+lastmod: [2024-05-22 Wed] A literate programming file for configuring org-mode and those files. @@ -603,6 +603,7 @@ Global keybindings available to all file buffers: "o C" '("clock out" . org-clock-out)) (ha-leader :keymaps 'org-mode-map + "o h" '("go headings" . consult-org-heading) "o e" '("exports" . org-export-dispatch) "o L" '("insert link" . org-insert-link) "o P" '("set property" . org-set-property)