From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Synchronize slideshow exporters to ox-html changes. Date: Tue, 26 Feb 2013 09:10:20 +0100 Message-ID: <8738wjsdg3.fsf@gmail.com> References: <20130224225515.GA51613@BigDog.local> <87d2vou4r5.fsf@gmail.com> <20130225181247.GA54156@BigDog.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAFcT-0007pU-T2 for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 03:10:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAFcR-00025l-Sh for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 03:10:37 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:40060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAFcR-00025N-LE for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 03:10:35 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn17so4474210wib.4 for ; Tue, 26 Feb 2013 00:10:34 -0800 (PST) In-Reply-To: <20130225181247.GA54156@BigDog.local> (Rick Frankel's message of "Mon, 25 Feb 2013 13:12:47 -0500") 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 Rick Frankel writes: > On Mon, Feb 25, 2013 at 10:22:54AM +0100, Nicolas Goaziou wrote: >> Hello, >> >> Rick Frankel writes: >> >> > This patch fixes a couple of bugs in the s5 exporter and brings both >> > exporters in-sync w/ the updates to ox-html (uppercase properties, and >> > HTML_CONTAINER_CLASS fix). >> > >> > Note that ox-deck has so many lines of change due to whitespace >> > cleanup (won't happen again :). > >> I have trouble applying this patch. Could you rebase it against current >> master and resend it? > > Attached. > > Also attached is a separate patch to cleanup the whitespace in > ox-deck. > >> Also, would you mind replacing in both files >> (+ (org-element-property :level headline) >> (plist-get info :headline-offset)) >> >> occurrences with: >> >> (org-export-get-relative-level headline info) > > Fix included. Applied. Thank you. Regards, -- Nicolas Goaziou