lang/org: replace SPC m e with org-export-dispatch #1879
Let ox handle the export dispatch keybinds.
This commit is contained in:
parent
586243e297
commit
22b0b43fe1
2 changed files with 2 additions and 24 deletions
|
@ -2,16 +2,4 @@
|
|||
;;;###if (featurep! +hugo)
|
||||
|
||||
(use-package! ox-hugo
|
||||
:after ox
|
||||
:preface
|
||||
(map! :after org
|
||||
:map org-mode-map
|
||||
:localleader
|
||||
(:prefix "e"
|
||||
(:prefix ("H" . "hugo")
|
||||
:desc "Subtree or File to Md to file" "H" #'org-hugo-export-wim-to-md
|
||||
:desc "File to Md file" "h" #'org-hugo-export-to-md
|
||||
:desc "Subtree or File to Md to file & open" "O" (λ! (org-open-file (org-hugo-export-wim-to-md)))
|
||||
:desc "File to Md file & open" "o" (λ! (org-open-file (org-hugo-export-to-md)))
|
||||
:desc "All subtrees (or File) to Md file(s)" "A" (λ! (org-hugo-export-wim-to-md :all-subtrees))
|
||||
:desc "File to a temporary Md buffer" "t" #'org-hugo-export-as-md))))
|
||||
:after ox)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue