From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Lots of \n in ox-html output Date: Fri, 27 Sep 2013 14:27:12 +0200 Message-ID: <87eh8azbz3.fsf@gmail.com> References: <87txh7fh8i.fsf@gmail.com> <87ioxm1yd8.fsf@gmail.com> <87d2nud33e.fsf@gmail.com> <20130927095506.GB10343@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPX93-0002LY-CZ for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 08:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPX8s-00057n-Ag for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 08:27:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:48524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPX8s-00056s-4f for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 08:27:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VPX8q-0008DR-MX for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 14:27:28 +0200 Received: from e178055081.adsl.alicedsl.de ([85.178.55.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Sep 2013 14:27:28 +0200 Received: from tjolitz by e178055081.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Sep 2013 14:27:28 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Suvayu Ali writes: > On Fri, Sep 27, 2013 at 11:29:57AM +0200, Thorsten Jolitz wrote: >> Nicolas Goaziou writes: >> >> Hello, >> >> > Thorsten Jolitz 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? I tried, but to no avail. Seems like emacsclient somehow fiddles with the linefeed encoding ... -- cheers, Thorsten