Fix header prefixes for trac wiki.

trac wiki has hard limit on number of headers.  Need space before
macro characters in trac wiki.

Add a couple of TODO comments.
This commit is contained in:
Robert P. Goldman 2011-10-21 11:13:29 -05:00 committed by Bastien Guerry
parent 7c1c2bfe10
commit 821b854a0e
1 changed files with 4 additions and 2 deletions

View File

@ -87,7 +87,9 @@
;; *** allow different open/closing prefixes
;; * properties
;; * drawers
;; * oh my
;; * Escape camel-case for wiki exporters.
;; * Adjust to depth limits on headers --- need to roll-over from headers
;; to lists, as per other exporters
;; * optmization (many plist extracts should be in let vars)
;; * define defcustom spec for the specifier list
;; * fonts: at least monospace is not handled at all here.
@ -406,7 +408,7 @@ in this way, it will be wrapped."
:body-section-prefix "\n"
:body-section-header-prefix (" == " " === " " ==== "
" ===== " " ====== " " ======= ")
" ===== " )
:body-section-header-suffix (" ==\n\n" " ===\n\n" " ====\n\n"
" =====\n\n" " ======\n\n" " =======\n\n")