diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-12 08:30:12 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-12 08:30:12 -0500 |
commit | 6c01967b654b023fa2395fb9e01e7a0a31232915 (patch) | |
tree | fa6cf1ec5b51063e1b6397d0895a80391b84e787 | |
parent | 77f44a811e401b446a4eb370472a730eeb4f8e64 (diff) |
[add] writefreely publish command to org expoort leader menu
-rw-r--r-- | init-el.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-el.org b/init-el.org index fca4f54..2be29d5 100644 --- a/init-el.org +++ b/init-el.org @@ -340,6 +340,7 @@ So, to use this file for the very first time you must (def-my-command my-org-export-subcommand '((?t "[t]angle file" org-babel-tangle) + (?w "[w]ritefreely" writefreely-publish-or-update) (?e "[e]xport options" org-export-dispatch))) (def-my-command my-org-insertion-subcommand |