keybindings for org-html-export
This commit is contained in:
parent
94ce52a70d
commit
f8fe6f3a80
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue