Re: Eliminate whitespace around rendered nodes?

2008-06-30 Thread Edward K. Ream
On Sun, Jun 29, 2008 at 3:06 PM, wgw [EMAIL PROTECTED] wrote: Thanks for the tip. My solution was to set @string trailing_body_newlines = zero And, for good measure: @bool force_newlines_in_at_nosent_bodies = False That does the trick for me. Glad to hear it. I certainly don't

Re: Eliminate whitespace around rendered nodes?

2008-06-30 Thread Kent Tenney
On Mon, Jun 30, 2008 at 9:28 AM, Edward K. Ream [EMAIL PROTECTED] wrote: On Sun, Jun 29, 2008 at 3:06 PM, wgw [EMAIL PROTECTED] wrote: Thanks for the tip. My solution was to set @string trailing_body_newlines = zero And, for good measure: @bool force_newlines_in_at_nosent_bodies =

Re: Eliminate whitespace around rendered nodes?

2008-06-30 Thread Edward K. Ream
On Mon, Jun 30, 2008 at 10:02 AM, Kent Tenney [EMAIL PROTECTED] wrote: You sometimes mention your todo schedule in emails, but I have trouble remembering what projects are in what state. If there were an actual list, I think it would be useful. The to-do list is in leoPy.leo, in the node

Re: Eliminate whitespace around rendered nodes?

2008-06-29 Thread Edward K. Ream
On Sat, Jun 28, 2008 at 7:06 PM, wgw [EMAIL PROTECTED] wrote: With an output node like this: @nosent output.htm StartnodeFinish .node Bar (i.e. using nosent, with a node that is Bar, and the main contents StartnodeFinish) The output.htm file produced has a spurious space:

Re: Eliminate whitespace around rendered nodes?

2008-06-29 Thread wgw
Thanks for the tip. My solution was to set @string trailing_body_newlines = zero And, for good measure: @bool force_newlines_in_at_nosent_bodies = False That does the trick for me. As an aside, it might be useful to allow settings to affect suboutlines only, like @wrap or other commands