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
|
@ -546,6 +546,7 @@ between the two."
|
|||
"/" #'helm-org-agenda-files-headings)
|
||||
"a" #'org-attach
|
||||
"d" #'org-deadline
|
||||
"e" #'org-export-dispatch
|
||||
"f" #'org-footnote-new
|
||||
"h" #'org-toggle-heading
|
||||
"i" #'org-toggle-item
|
||||
|
@ -569,17 +570,6 @@ between the two."
|
|||
"x" #'org-clock-cancel
|
||||
"=" #'org-clock-timestamps-up
|
||||
"-" #'org-clock-timestamps-down)
|
||||
(:prefix ("e" . "export")
|
||||
:desc "to html" "h" #'org-html-export-to-html
|
||||
:desc "to html & open" "H" #'org-html-export-as-html
|
||||
:desc "to markdown" "m" #'org-md-export-to-markdown
|
||||
:desc "to markdown & open" "M" #'org-md-export-as-markdown
|
||||
:desc "to reveal.js" "r" #'org-reveal-export-to-html
|
||||
:desc "to reveal.js & open" "R" #'org-reveal-export-to-html-and-browse
|
||||
(:prefix ("b" . "from beamer")
|
||||
:desc "to latex" "l" #'org-beamer-export-to-latex
|
||||
:desc "to latex & open" "L" #'org-beamer-export-as-latex
|
||||
:desc "as pdf" "p" #'org-beamer-export-to-pdf))
|
||||
(:prefix ("g" . "goto")
|
||||
"g" #'org-goto
|
||||
(:when (featurep! :completion ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue