소스 검색

Fixed section-header-prefix for trac wiki.

Robert P. Goldman 14 년 전
부모
커밋
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")