From mboxrd@z Thu Jan 1 00:00:00 1970 From: bernard Subject: rainbow parenthesis with org babel for reveal.js export Date: Thu, 21 Nov 2013 14:03:26 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUxP-0001ji-Nu for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 09:10:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjUxJ-0007py-TP for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 09:10:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:59334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjUxJ-0007oM-N9 for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 09:10:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VjUrD-0004Px-5O for emacs-orgmode@gnu.org; Thu, 21 Nov 2013 15:03:47 +0100 Received: from nat-18.isep.fr ([89.251.55.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Nov 2013 15:03:47 +0100 Received: from gmane.emacs.orgmode by nat-18.isep.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Nov 2013 15:03:47 +0100 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 Dear list, I am currently very happy to use orgmode and org-reveal [0] to create slide for my lessons about programming. I enjoy using src block to have automatic syntax highlighting for the code fragments. However, I now have the joy to teach a lisp variant (Clojure) for which I have some syntactic coloring in HTML. However, I miss rainbow parenthesis (and my students even more so !). org-reveal page says : "Org-reveal use Org-Babel to highlight source codes." hence my message here. Any advice would be greatly appreciated ! Best Regards Bernard [0] https://github.com/yjwen/org-reveal