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)