浏览代码

Fixed section-header-prefix for trac wiki.

Robert P. Goldman 13 年之前
父节点
当前提交
7c1c2bfe10
共有 1 个文件被更改,包括 2 次插入2 次删除
  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")