emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] apply attr_html to a whole figure?


From: Matt Price
Subject: Re: [O] apply attr_html to a whole figure?
Date: Thu, 22 Sep 2016 16:49:03 -0400



On Thu, Sep 22, 2016 at 5:50 AM, Eric Abrahamsen <address@hidden> wrote:
Matt Price <address@hidden> writes:

> When exporting images with captions, ox-html currently creates a
> strucuture like this:
>
> <div class="figure">
> <p><img src="" alt="hlevel.png">
> </p>
> <p><span class="figure-number">Figure 1:</span> "test"</p>
> </div>
>
> (I've tried setting org-html-html5-fancy" to t, but for whatever
> reason this doesn't result in the useo f the <figure> tag. I tried
> with emacs -q with no luck).

It looks like `org-html--wrap-image' should be responsible for using a
proper "figure" element, maybe try edebugging it and see what it's
doing? This may be obvious, but the document has to be exported as html5
before html5-fancy has any effect!

It should have been obvious, but it wasn't to me! setting org-html-doctype to "html5" fixed the problem. Thank you!
Matt

Eric




reply via email to

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