From f77fd53536e088f6b64d78d5f0ad8ddac9a10192 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Thu, 1 Aug 2019 06:47:21 +0200 Subject: [PATCH] improve (org): handle centered text in HTML export --- config/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/emacs.el b/config/emacs.el index c2637e79..a52f97d9 100644 --- a/config/emacs.el +++ b/config/emacs.el @@ -6,7 +6,7 @@ (setq org-todo-keywords (quote ((sequence "TODO(t)" "DOING(d)" "WAITING(w)" "|" "CANCEL(C)" "DEFERRED(F)" "DONE(D)")))) ;; html export -(setq org-html-head "") +(setq org-html-head "") (setq org-html-validation-link nil) (setq org-html-creator-string "Using Filestash")