From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox-html] Multiple wraps around sections Date: Sun, 16 Mar 2014 11:01:53 +0100 Message-ID: <878usasbqm.fsf@gmail.com> References: <87eh233unt.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP7sq-0002qr-9T for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 06:01:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WP7sk-0003zT-0q for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 06:01:32 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:34532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WP7sj-0003yz-PP for emacs-orgmode@gnu.org; Sun, 16 Mar 2014 06:01:25 -0400 Received: by mail-wg0-f42.google.com with SMTP id y10so3539198wgg.1 for ; Sun, 16 Mar 2014 03:01:24 -0700 (PDT) In-Reply-To: <87eh233unt.fsf@gmx.us> (rasmus@gmx.us's message of "Sun, 16 Mar 2014 00:32:22 +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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > 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=EF=BB=BF=C2=B9. . . > > 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? Did you try using a filter (e.g., `org-export-filter-headline-functions')? Regards, --=20 Nicolas Goaziou