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



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to