Re: Bug in Export to HTML in v7?
- To: mathgroup at smc.vnet.net
- Subject: [mg96963] Re: Bug in Export to HTML in v7?
- From: Art <grenander at gmail.com>
- Date: Sat, 28 Feb 2009 06:42:43 -0500 (EST)
- References: <go63ck$pja$1@smc.vnet.net> <go8htc$l0m$1@smc.vnet.net>
On Feb 27, 12:13 pm, "Sjoerd C. de Vries" <sjoerd.c.devr... at gmail.com> wrote: > It works for me. > > It might be the final slash in your filename. On your platform I guess > this makes the file name a directory name? > > Cheers -- Sjoerd > > On Feb 26, 2:53 pm, Art <grenan... at gmail.com> wrote: > > > The following very handy code to save a notebook as HTML and to follow > > closed links used to work in v6 no longer works in v7. Was wondering > > if there is a workaround: > > > Export["~/tmp/", EvaluationNotebook[], "HTML", > > "ConvertClosed" -> "LinkedPage"]; > > > (I put this code is in the notebook I am saving itself so it appears > > in the HTML output, which is OK). Thanks Sjoerd. I haven't been able to reproduce this behavior, so it is not a bug, but something strange I must have done. I had a large notebook that generated an error when I executed a similar Export command in v7, I would load it in v6 and it would execute fine. But now the notebook executes without error in v7. Art.