On Fri, Sep 27, 2013 at 11:29:57AM +0200, Thorsten Jolitz wrote: > Nicolas Goaziou <n.goaz...@gmail.com> writes: > > Hello, > > > Thorsten Jolitz <tjol...@gmail.com> writes: > > > >> although I did not update recently, html-export of this test org-file > >> suddenly includes lots of \n in the html output. > > > > I cannot reproduce it. Does it also happen with a minimal configuration > > file? > > It must be something emacsclient/server related, since it does not > happen when I call (pseudocode): > > ,--------------------------------------- > | emacs -Q -l init.el -e org-export- ... > `--------------------------------------- > > but does happen with > > ,-------------------------------------- > | emacs -Q --daemon=myserver -l init.el > | emacsclient -e org-export-... > `-------------------------------------- > > where init.el does _nothing_ but setting load-path and requiring the > necessary libs.
Can you try emacs -Q -l init.el where you start the server with server-start in init.el? -- Suvayu Open source is the future. It sets us free.