On Wednesday, June 12, 2019 at 5:37:06 PM UTC+2, Edward K. Ream wrote: > > > > On Wed, Jun 12, 2019 at 10:00 AM Josef <[email protected] <javascript:>> > wrote: > >> I mostly work with @clean these days, as that gives me the least grief >> when working with others, who do not use Leo. >> I often would like to ignore or at least comment out node including the >> subtree underneath, ideally by marking the node headline. >> > > In python, you can do this: > > if False: > @others > > This effectively ignores all child nodes. > > Edward >
Cool trick, unfortunately I mostly share latex files with others. I naïvely thought this would work: @ @others @c Unfortunately this results in the "@others" in the comment and the children nodes are still included - not at all what I expected. I was hoping this would comment out all the children. I tried this with a .txt file. - Josef -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/bfbae1de-25b6-42ff-aa17-63e1256afc3a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
