From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Lots of \n in ox-html output Date: Fri, 27 Sep 2013 11:55:06 +0200 Message-ID: <20130927095506.GB10343@kuru.dyndns-at-home.com> References: <87txh7fh8i.fsf@gmail.com> <87ioxm1yd8.fsf@gmail.com> <87d2nud33e.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUlV-0007oX-8C for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 05:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPUlU-00006e-2f for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 05:55:13 -0400 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:61983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPUlT-00006Y-S8 for emacs-orgmode@gnu.org; Fri, 27 Sep 2013 05:55:11 -0400 Received: by mail-ee0-f50.google.com with SMTP id d51so1071210eek.23 for ; Fri, 27 Sep 2013 02:55:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87d2nud33e.fsf@gmail.com> 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 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? -- Suvayu Open source is the future. It sets us free.