+bindings to narrow and expand from a heading

This commit is contained in:
oreodave
2019-10-24 23:16:14 +01:00
parent fa4636b564
commit 37aa72d616

View File

@@ -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