On Tue, 2002-04-16 at 14:03, Bill Moseley wrote: > If I'm using TT to write out a TT template, is there a good way to escape > [% and %]. > > I tried something like this thinking the single quotes would rescue me: > > [% '[% "hello" %]' %] > > This works, but is not pretty: > > [% '[' %]% "hello" %[% ']' %]
I think the best thing is to change the tags at the top of relevant files with something like: [% TAGS star %] So that TT commands are now specified by [* *], leaving [% %] to pass through unscathed. I swiped this from the TT docset, figuring that if any task needed to get around this, that would be it :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.
