emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [PATCH 4/5] Fixed section-header-prefix for trac wiki.


From: Robert P. Goldman
Subject: [O] [PATCH 4/5] Fixed section-header-prefix for trac wiki.
Date: Fri, 21 Oct 2011 11:13:28 -0500

---
 contrib/lisp/org-export-generic.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/lisp/org-export-generic.el 
b/contrib/lisp/org-export-generic.el
index 15afe6a..5a5af14 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")
 
-- 
1.7.3.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]