diff options
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spacemacs.el b/spacemacs.el index 8b79ebc..e6d2560 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -855,6 +855,8 @@ This is the place where most of your configurations should be done. Unless it is (set-language-environment "UTF-8") (set-default-coding-systems 'utf-8) + (setq org-export-allow-bind-keywords t) + (setq org-html-postamble t) (require 'key-chord) (key-chord-mode 1) |