emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] TWiki export


From: Carsten Dominik
Subject: Re: [Orgmode] TWiki export
Date: Fri, 8 Sep 2006 12:59:51 +0200


On Sep 8, 2006, at 10:47, Russell Adams wrote:

Seems export filters are quick to write, an export to TWiki's heading
format would be very convenient.

* One
** Two
*** Three

becomes

---+ One
---++ Two
---+++ Three

Easy indeed :-)

perl -ape 's/^\*+/"-" x length($&) . "+" x length($&)/e' twiki.org


Also, is there a way to force <pre> tags around each body after every
heading in the html mode export? I often have issues with lines
running together from code samples.

No, there is not, but have a look at the variable org-export-preserve-break, does that help? Otherwise use QUOTE.

- Carsten





reply via email to

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