|
From: | Matt Price |
Subject: | Re: [O] apply attr_html to a whole figure? |
Date: | Thu, 22 Sep 2016 16:49:03 -0400 |
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!
Eric
[Prev in Thread] | Current Thread | [Next in Thread] |