From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [Orgmode] TWiki export Date: Fri, 8 Sep 2006 12:59:51 +0200 Message-ID: <0a89ebd09ef944d180fb6289c70bcaa0@science.uva.nl> References: <20060908084721.GB5901@keroberos> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLe5c-0003ts-D3 for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 07:00:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLe5a-0003sp-9g for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 07:00:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLe5a-0003sm-61 for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 07:00:02 -0400 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLe69-0002B6-Pz for emacs-orgmode@gnu.org; Fri, 08 Sep 2006 07:00:38 -0400 In-Reply-To: <20060908084721.GB5901@keroberos> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Russell Adams Cc: emacs-orgmode@gnu.org 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
 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