mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
lang/org: replace SPC m e with org-export-dispatch #1879
Let ox handle the export dispatch keybinds.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user