--
If you do an HTML export of a collection with a space the name, it won't automatically open in your web browser afterwards. I'm /guessing/ that it's doing an open(1) on it without the spaces being escaped, and so it fails.
A collection name of "Test" works, but if I call it "Test Collection", then it fails to open. The open command should be, in that case:
Code: Select all
open Test\ Collection/index.html