diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 15afe6aeb..5a5af14d7 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el @@ -405,8 +405,8 @@ in this way, it will be wrapped." :body-header-section-numbers nil :body-section-prefix "\n" - :body-section-header-prefix ("== " "=== " "==== " - "===== " "====== " "======= ") + :body-section-header-prefix (" == " " === " " ==== " + " ===== " " ====== " " ======= ") :body-section-header-suffix (" ==\n\n" " ===\n\n" " ====\n\n" " =====\n\n" " ======\n\n" " =======\n\n")