I tried it out with:
Test
.....@rst test.html
which contains:
This is a test (underlined)
then the reference:
<<test>>
...............<<test>>
which contains: Here is some text.
In the top node Test I have:
@ @rst-options
expand_noweb_references=True
expand_noweb_recursively=True
show_headlines=False (without this, the <<test>> headline becomes a section
heading)
@c
It sort of works:
--------------------------------------------
This is a test
<<test>>Here is some text.
Here is some text.
--------------------------------------------
The reference <<test>> does not get erased, even if the definition actually
gets inserted beside it. On the other hand, though I can suppress the
headline of the definition with the rst option, the body of the definition
gets inserted as a section anyway; definitions are not ignored by rst.
But now I can go see what happens in the code for debugging, since the
option gives a pointer into the code.
Thanks!
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/leo-editor/-/pODA5yStiaYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.