On 5/9/06, Bill Moseley <moseley@hank.org> wrote: > Does TT track the current column position? > > I want to have filter for use in email that will wrap, but respects > the current indent. For example: How about the Template::Plugin::Wrap plugin? [% USE wrap %] [% wrap(email.body, 78, ' ', ' ') %] Cheers, Cees