From: "Robert P. Goldman" <rpgoldman@real-time.com>
To: emacs-orgmode@gnu.org
Cc: "Robert P. Goldman" <rpgoldman@real-time.com>
Subject: [PATCH 5/5] Fix header prefixes for trac wiki.
Date: Fri, 21 Oct 2011 11:13:29 -0500 [thread overview]
Message-ID: <1319213609-40770-6-git-send-email-rpgoldman@real-time.com> (raw)
In-Reply-To: <1319213609-40770-1-git-send-email-rpgoldman@real-time.com>
trac wiki has hard limit on number of headers. Need space before
macro characters in trac wiki.
Add a couple of TODO comments.
---
contrib/lisp/org-export-generic.el | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el
index 5a5af14..12bbcdb 100644
--- a/contrib/lisp/org-export-generic.el
+++ b/contrib/lisp/org-export-generic.el
@@ -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")
--
1.7.3.5
next prev parent reply other threads:[~2011-10-21 16:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-21 16:13 Patches for org-generic-export Robert P. Goldman
2011-10-21 16:13 ` [PATCH 1/5] bind org-export-current-backend in generic exporter Robert P. Goldman
2011-10-22 9:38 ` [Accepted] [O, " Bastien Guerry
2011-10-22 9:40 ` [PATCH " Bastien
2011-10-21 16:13 ` [PATCH 2/5] Added trac-wiki and tikiwiki export settings Robert P. Goldman
2011-10-22 9:39 ` [Accepted] [O, " Bastien Guerry
2011-10-22 9:40 ` [PATCH " Bastien
2011-10-21 16:13 ` [PATCH 3/5] Kill the HTML exporter Robert P. Goldman
2011-10-21 16:13 ` [PATCH 4/5] Fixed section-header-prefix for trac wiki Robert P. Goldman
2011-10-21 16:13 ` Robert P. Goldman [this message]
2011-10-21 17:06 ` OPatches for org-generic-export Wes Hardaker
2011-10-21 17:23 ` Bastien
2011-10-24 14:44 ` Wes Hardaker
2011-10-24 15:06 ` Robert Goldman
2011-10-21 17:29 ` Robert Goldman
2011-10-21 17:34 ` Jambunathan K
2011-10-22 9:50 ` Bastien
2011-10-22 9:54 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1319213609-40770-6-git-send-email-rpgoldman@real-time.com \
--to=rpgoldman@real-time.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).