From 7c1c2bfe1084557769036ba825611ec9936d88b1 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" Date: Fri, 21 Oct 2011 11:13:28 -0500 Subject: [PATCH] Fixed section-header-prefix for trac wiki. --- contrib/lisp/org-export-generic.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.11.4.GIT