From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Synchronize slideshow exporters to ox-html changes. Date: Mon, 25 Feb 2013 10:22:54 +0100 Message-ID: <87d2vou4r5.fsf@gmail.com> References: <20130224225515.GA51613@BigDog.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9uHC-0007aL-Ef for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 04:23:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9uH8-0003xg-GG for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 04:23:14 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:34103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9uH8-0003xJ-A3 for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 04:23:10 -0500 Received: by mail-wi0-f178.google.com with SMTP id hq4so251204wib.5 for ; Mon, 25 Feb 2013 01:23:08 -0800 (PST) In-Reply-To: <20130224225515.GA51613@BigDog.local> (Rick Frankel's message of "Sun, 24 Feb 2013 17:55:16 -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 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? 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) Thank you. Regards, -- Nicolas Goaziou