Browse Source

Fixed section-header-prefix for trac wiki.

Robert P. Goldman 13 years ago
parent
commit
7c1c2bfe10
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/lisp/org-export-generic.el

+ 2 - 2
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")