unquote interactive lambda macros
This commit is contained in:
parent
440f2cffaa
commit
4480ab0051
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
||||||
(:prefix ("H" . "hugo")
|
(:prefix ("H" . "hugo")
|
||||||
:desc "Subtree or File to Md to file" "H" #'org-hugo-export-wim-to-md
|
: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 "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 "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 "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 "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))))
|
:desc "File to a temporary Md buffer" "t" #'org-hugo-export-as-md))))
|
||||||
|
|
||||||
;;; +hugo.el ends here
|
;;; +hugo.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue