From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Re: Worg needs some reorganizing Date: Tue, 18 Jan 2011 13:18:23 -0600 Message-ID: <87fwsqggw0.fsf@riotblast.dunsmor.com> References: <4CAD81B0.6090807@manor-farm.org> <87ocayl81d.fsf@manor-farm.org> <0E084C6C-6FD1-4C74-BD9F-34F2830B93C5@gmail.com> <87bp6ytacd.fsf_-_@stats.ox.ac.uk> <87fwsubckf.fsf@gnu.org> <87aaj2w5x4.fsf@fastmail.fm> <87d3nyuhkw.fsf@altern.org> <87aaj0kggo.fsf@gmail.com> <87zkr0load.fsf@riotblast.dunsmor.com> <87pqrwipjd.fsf@gmail.com> <87oc7glhef.fsf@riotblast.dunsmor.com> <87hbd8ins8.fsf@gmail.com> <87ipxolgji.fsf@riotblast.dunsmor.com> <87aaj0iiff.fsf@gmail.com> <87r5cbk28p.fsf@riotblast.dunsmor.com> <87fwsrtokh.fsf@gnu.org> <87fwsr9wrd.fsf@Rainer.invalid> <8762tnjlrz.fsf@riotblast.dunsmor.com> <87k4i3i66i.fsf@gmail.com> <87r5cafa7r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=45526 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfH4U-0008VD-8H for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 14:18:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfH4S-0003Km-Sn for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 14:18:26 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:42352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfH4S-0003Kf-OP for emacs-orgmode@gnu.org; Tue, 18 Jan 2011 14:18:24 -0500 In-Reply-To: <87r5cafa7r.fsf@gmail.com> (Eric Schulte's message of "Tue, 18 Jan 2011 09:05:30 -0700") 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: Eric Schulte Cc: Achim Gratz , Jason Dunsmore , emacs-orgmode@gnu.org "Eric Schulte" writes: >> >> One last change I would suggest, is that rather than use inline css for >> the highlighted source code, we use a css stylesheet by setting the >> >> (setq org-export-htmlize-output-type 'css) >> >> Then use a single .css style sheet as done with the "@import(emacs.css)" >> in my previous submission. I'm partial to the emacs.css bundled with my >> submission over the current code fontification, but that's just me. >> > > While we're fixing things, are there any objections to making the > publishing change recommended above? It should significantly reduce the > size of pages which contain a large amount of source code, and will make > it easier to adjust the fontification inside of code blocks. I agree that org-export-htmlize-output-type should be set to 'css.