From e06a05be915bb22c333793dffc8b122b90f4aa71 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 16 Jul 2018 23:27:44 -0300 Subject: Allow customization of org-html-postamble --- spacemacs.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spacemacs.el') 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) -- cgit v1.2.3