From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: [ox-html] Multiple wraps around sections Date: Sun, 16 Mar 2014 00:32:22 +0100 Message-ID: <87eh233unt.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOy4J-00068Z-3L for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 19:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOy4D-0001Uq-7v for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 19:32:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:36165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOy4D-0001Um-1G for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 19:32:37 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WOy4A-0004yq-Ct for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 00:32:34 +0100 Received: from dynamic-adsl-94-39-222-239.clienti.tiscali.it ([94.39.222.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Mar 2014 00:32:34 +0100 Received: from rasmus by dynamic-adsl-94-39-222-239.clienti.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Mar 2014 00:32:34 +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 Hi, I'm trying to make a personal website with ox-html and ox-publish. In terms of output I am looking for something like: #+begin_src html

Section title

my text
#+end_src This seems to be how these fancy pages get colored boxes and indented text¹. . . I can almost get it with Org now using org-html-container-element (:html-container in ox-html). #+begin_src html

Section title

my text
#+end_src Is there any way I can easily get an /extra/ container around my sections? Or should I try to hack together a patch for multiple containers myself? Note, my knowledge of HTML(5) & CSS is very limited so maybe I'm overlooking something obvious here. Thanks, Rasmus Footnotes: ¹ http://usablica.github.io/progress.js/, http://emacs.sexy/ -- I feel emotional landscapes they puzzle me