From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: applying html classes to the "figure div on HTML export Date: Thu, 19 Sep 2013 23:06:20 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMlNq-0005Rn-VC for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 17:03:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMlNd-0006qb-1e for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 17:03:30 -0400 Received: from mail-forward5.uio.no ([2001:700:100:10::37]:47536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMlNc-0006jb-Pb for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 17:03:16 -0400 Received: from exim by mail-out5.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1VMlN1-0000CO-43 for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 23:02:39 +0200 In-reply-to: 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: Matt Price Cc: Org Mode , Christian Moe Matt Price writes: I had just figured out another workaround, which was to add > :PROPERTIES: > :HTML_CONTAINER_CLASS: multi-image > :END: > > to the containing headline, and then add > > .multi-image div.figure {float:left;} > > to the CSS. Right, that should be flexible enough for slides. I don't suppose you'll want to have both floated and non-floated images on the same slide. I was reaching for a more general solution -- there might be documents where you do want to have both under the same heading. Yours, Christian