From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: ox-html HOWTO? exporting #+RESULTS inside div Date: Wed, 21 Oct 2015 23:12:38 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zp2Yo-00069E-2i for emacs-orgmode@gnu.org; Wed, 21 Oct 2015 19:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zp2Yk-0008Tg-4y for emacs-orgmode@gnu.org; Wed, 21 Oct 2015 19:12:45 -0400 Received: from smtp02.stowers.org ([40.141.174.62]:40913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zp2Yj-0008TZ-UK for emacs-orgmode@gnu.org; Wed, 21 Oct 2015 19:12:42 -0400 Received: from pps.filterd (smtp02.stowers.org [127.0.0.1]) by smtp02.stowers.org (8.15.0.59/8.15.0.59) with SMTP id t9LNCenv029780 for ; Wed, 21 Oct 2015 18:12:40 -0500 Received: from mail.stowers.org (exchsrv2.sgc.loc [10.0.52.157]) by smtp02.stowers.org with ESMTP id 1xndbvg773-1 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Wed, 21 Oct 2015 18:12:40 -0500 Content-Language: en-US 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" Hi, I would like to contrive for the contents of results blocks to be embedded = in a new div with a common class of org-results-container. Can this be accomplished through configuring ox-html somehow? Or must I co= ntrive to modify ox-html.el source? Or is this "Just A Bad Idea" (tm). My use case is to be able to be able to hide all (or selected) results bloc= ks using javascript in service of an html presentation used as a tutorial w= here RESULTS are revealed when clicking on, say, the previous source code b= lock. Thanks, Malcolm Cook