From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saptarshi Guha Subject: htmlize with one lang mode but output a different class name in HTML export Date: Wed, 11 Mar 2009 20:36:13 -0400 Message-ID: <1e7471d50903111736w3f6770cdj230af7fda7324873@mail.gmail.com> Reply-To: saptarshi.guha@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhYuH-0000B3-0D for emacs-orgmode@gnu.org; Wed, 11 Mar 2009 20:36:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhYuG-0000Al-1f for emacs-orgmode@gnu.org; Wed, 11 Mar 2009 20:36:16 -0400 Received: from [199.232.76.173] (port=39197 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhYuF-0000Ac-Sc for emacs-orgmode@gnu.org; Wed, 11 Mar 2009 20:36:15 -0400 Received: from yw-out-1718.google.com ([74.125.46.156]:33414) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhYuF-00016E-Kv for emacs-orgmode@gnu.org; Wed, 11 Mar 2009 20:36:15 -0400 Received: by yw-out-1718.google.com with SMTP id 6so566322ywa.66 for ; Wed, 11 Mar 2009 17:36:14 -0700 (PDT) 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-orgmode@gnu.org Hello Org users, I primarily use org-mode for writing notes in the form of web sites. I have a question. I wish to format some code written in the R language. #+BEGIN_SRC R y<-function(r){ ##do something } #+END_SRC This is okay, and my css files properly formats the =src-R= css class. However I would like to display some examples in R, but would like it to be formatted slightly differently, say a differently colored border. I tried wrapping the above in a DIV ,however, =src-R= draws a border, thus over-riding the DIV's border. What I need is a

Is there a hook to outputs the