From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: How to manipulate line-breaks in html-export? Date: 16 Mar 2011 13:31:38 +0100 Message-ID: <87k4fzutzp.fsf@gmx.ch> References: <87mxkwb8pn.fsf@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48806 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzptB-00022D-BG for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 08:31:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pzpt9-0003e2-Ln for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 08:31:44 -0400 Received: from mi.ruhr-uni-bochum.de ([134.147.64.33]:34123 helo=mx5.rz.ruhr-uni-bochum.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pzpt9-0003dx-Bh for emacs-orgmode@gnu.org; Wed, 16 Mar 2011 08:31:43 -0400 In-Reply-To: <87mxkwb8pn.fsf@gmx.ch> (Sven Bretfeld's message of "15 Mar 2011 18:21:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-org Hi all I have solved the problem with some sed operations now. Greetings Sven "Sven Bretfeld" writes: > Hi > > I'm using a emacs --batch cronjob to update several html-exports of > different agenda views. > > The output usually looks ugly. It took me some time to figure out why > the exported html-files look different whether the function is started > in a normal frame or via batch: The html-exporter sets line-breaks (and > colors) in relation to the actual frame-size and color-settings (which > are both zero in batch-mode). > > Is there any way to influence that behavior? > > Letting emacs --batch explicitly load an init-file is no solution: > framesize and color settings are ignored. > > Thanks for help > > Sven