On 04/29/2013 04:03 PM, Georg Baum wrote:
- When selecting all and copying UserGuide.lyx, I get the dialogs
mentioned before.
This is known. I asked whether these branches should just be created, but
got no reply so far. If the answer is yes, this problem is easy to fix.
I would say "yes", as well. Though we need, as I said before, some kind
of flag to signal that we are copying, not exporting. We actually need
the same flag, I think, for generation of View>Source code. So it may be
a more general issue. Or else maybe we already have some such flag we
can use. I'm not sure.
- When selecting all and copying Addional.lyx, I get the following
message: "LyX does not know how to include non-LyX files when generating
HTML output. Offending file:
SpecialParagraphShape.tex"
This is a message box. I wonder why it is generated at all? Insets that do not
support plain text export simply output something like [include
foo.bar]. I do not see the difference to HTML here: If a message box is
needed, it should be used in both cases.
Here again, it looks like we think we are actually exporting. This would
happen in InsetInclude::xhtml().
Richard