diff options
-rw-r--r-- | init-el.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-el.org b/init-el.org index acf7cc9..1116690 100644 --- a/init-el.org +++ b/init-el.org @@ -361,7 +361,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))) + (?x "e[x]port options" org-export-dispatch))) (def-my-command my-org-insertion-subcommand '((?l "internal [l]ink" org-insert-internal-link) |