Merge pull request #1865 from Porcupine96/develop

lang/org: add keybinds for org-html-export
This commit is contained in:
Henrik Lissner 2019-10-10 11:33:58 -04:00 committed by GitHub
commit c85f3e1cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -570,6 +570,8 @@ between the two."
"=" #'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