Ok, got it, will need a bit of time, but will get back to you soon.
Thanks! :-) 
Kevin

On Wed, 2020-09-02 at 07:20 -0700, Edward K. Ream wrote:
> On Wednesday, September 2, 2020 at 9:04:18 AM UTC-5, Edward K. Ream
> wrote:
> > It would help if you would run a script to remove all body text (it
> doesn't matter) and replace all headlines with something innocuous.
> That way you can send me the problematic outline without compromising
> privacy.
> 
> Here is the tested script:
> 
> """Remove all sensitive material in this outline, except for this
> node."""
> # Warning: This script is dangerous! Use on a copy of your outline.
> n = 1
> v0 = c.p.v
> for p in c.all_unique_positions():
>     if p.v != v0:
>         p.h = f"node {n}"
>         p.b = ''
>         n += 1
> c.redraw()
> Please run this script inside a copy of you file, and send the result
> to me.
> 
> Edward
> 
> 
> 
> -- 
> 
> You received this message because you are subscribed to a topic in
> the Google Groups "leo-editor" group.
> 
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/leo-editor/sANduRjZDVI/unsubscribe.
> 
> To unsubscribe from this group and all its topics, send an email to 
> leo-editor+unsubscr...@googlegroups.com.
> 
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/leo-editor/3d6a2dc6-d63f-493f-9554-e70eb1223124o%40googlegroups.com
> .
> 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/85bbc0226b6035bf2c0e061e20c0ba6473b16c22.camel%40gmail.com.

Reply via email to