From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gunnar Wolf Subject: Re: More decoration for babel output Date: Wed, 23 Jan 2013 11:25:43 -0600 Message-ID: <20130123172543.GC14778@gwolf.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty47u-0005Ao-So for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 12:28:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty47s-00043P-7j for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 12:28:42 -0500 Received: from lafa.iiec.unam.mx ([132.248.72.141]:40236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty47s-000434-1k for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 12:28:40 -0500 Content-Disposition: inline In-Reply-To: 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: Ken Williams Cc: "emacs-orgmode@gnu.org" Ken Williams dijo [Wed, Jan 23, 2013 at 04:26:54PM +0000]: > Hi all, > > When exporting to HTML I always add some extra CSS to my org-mode > config, for the purpose of identifying which chunks are input > vs. output, and for identifying the language of the code in code > chunks. Language is identified by a little label on the box, and > input/output is identified by green/red. > > Would this be helpful to include by default? Patch attached. As for me, with slight adaptations, I am including it in my operating systems class notes. Thanks!