Thanks 2009/8/28 Nick Dokos > Nick Dokos wrote: > > > waterloo wrote: > > > > > > > when export to html , tabel width <10> appears. > > > > > > I think <10> should disappear in html exporting. > > > > > > | <10> | <45> | > > > | *LANG* | A catch-all setting which identifies the locale for all > > > possible features. However, individual topics can be overridden using > one of > > > the following variables. | > > > | *LC_COLLATE* and *LC_CTYPE* | Character handling (which characters > are > > > part of the alphabet) and (alphabetical) orderkdf | > > > > > > > I presume you mean that the whole first row should not be present in > > the exported table. > > > > Try changing the table to the following and then exporting: > > > > --8<---------------cut here---------------start------------->8--- > > | ! | <10> | <45> | > > | | *LANG* | A catch-all etc. | > > | | *LC_COLLATE* and *LC_CTYPE* | Character handling etc. | > > --8<---------------cut here---------------end--------------->8--- > > > > See section 3.5.8 "Tables"/"The spreadsheet"/"Advanced features" > > for details. > > > > ... and if you read that section a bit more carefully than I did, > you will see that I made a mistake: don't use ! just to inhibit > exporting, use / instead: > > `/' > Do not export this line. Useful for lines that contain the > narrowing `' markers. > > Nick >