emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [New Exporter] Parameterized wrapper elements


From: Rick Frankel
Subject: Re: [O] [New Exporter] Parameterized wrapper elements
Date: Sat, 9 Mar 2013 11:39:08 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Mar 09, 2013 at 10:32:11AM +0100, Bastien wrote:
> Hi Rick,

> One thing you may double-check in the meantime is: is it
> compatible with the org-info.js utility?  The default should
> be "yes", even if users can replace "div" by something else
> (e.g. for the needs of specific backends.)

Yes. Checked the code and tested the script. It works on element ids
and not element types, so changing the element type from `div' has no
effect.

The things that will break infojs are changing the following ids:

    - content
    - postamble
    - footnotes
    - table-of-contents
    - text-table-of-content
    - text-{slidenum}
              
Note that the current implementation of `org-html-divs' will
potentially break infojs as well.

Attached is a revised patch with the fixes Nicolas found for the
doc-string and the missing closing element.

rick

Attachment: 0001-Parameterize-some-html-content-containers.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]