Re: [Orgmode] Export as HTML

2009-03-30 Thread Carsten Dominik
On Mar 30, 2009, at 10:55 AM, Sébastien Vauban wrote: Hello, Trying to use free CSS templates for some Web site, I have layout problems with the current export to HTML, as a first `' is hard-coded into the resulting Web page. Could you remove that line, and its closing tag from `(insert

Re: [Orgmode] Export as HTML

2009-03-30 Thread roc lee
2009/3/30 roc lee > in org-exp.el, line 3858: > (insert "\n") > > 2009/3/30 Sébastien Vauban > > Hello, >> >> Trying to use free CSS templates for some Web site, I have layout problems >> with the current export to HTML, as a first `' is >> hard-coded >> into the resulting Web page. >> >>

Re: [Orgmode] Export as HTML

2009-03-30 Thread roc lee
in org-exp.el, line 3858: (insert "\n") 2009/3/30 Sébastien Vauban > Hello, > > Trying to use free CSS templates for some Web site, I have layout problems > with the current export to HTML, as a first `' is > hard-coded > into the resulting Web page. > > Could you remove that line, and its c

[Orgmode] Export as HTML

2009-03-30 Thread Sébastien Vauban
Hello, Trying to use free CSS templates for some Web site, I have layout problems with the current export to HTML, as a first `' is hard-coded into the resulting Web page. Could you remove that line, and its closing tag from `(insert "\n\n\n\n"))' (in function `org-export-as-html') so that we hav