From 37aa72d61622b9736332ffb45ead8543ebb16bc9 Mon Sep 17 00:00:00 2001 From: oreodave Date: Thu, 24 Oct 2019 23:16:14 +0100 Subject: +bindings to narrow and expand from a heading --- doom.d/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index b116aee..eb69a70 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -372,7 +372,10 @@ each of the unit tests ran." :map org-mode-map (:localleader :desc "Org dispatch" "e" #'org-export-dispatch - :desc "Export to ODT" "E" #'org-pandoc-export-to-odt) + :desc "Export to ODT" "E" #'org-pandoc-export-to-odt + (:prefix ("n" . "+narrow") + :desc "Narrow to subtree" "n" #'org-narrow-to-subtree + :desc "Go out of narrow" "o" #'widen)) )) #+END_SRC I like using the org dispatch facilities more than the default export keybinds -- cgit v1.2.3-13-gbd6f