Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Not tested, but setting org-html-html5-fancy to t and org-html-doctype to "html5" should export images to a figure tag. Commented Oct 10, 2016 at 11:56
  • I've got those covered, but still doesn't work. Maybe they are being overwritten during export somehow? Commented Oct 10, 2016 at 11:59
  • Since you publish the document, did you use the :html-html5-fancy and :html-doctype keys in your plist? Commented Oct 10, 2016 at 13:08
  • @mutbuerger thx. That did the trick. It's exporting as figures now. (though the img tag get's wrapped within an extra unnecessary <p> tag, but I can live with that.) Commented Oct 10, 2016 at 13:42
  • Actually, the extra <p> tag messes up my CSS, so I've got another problem now. Commented Oct 10, 2016 at 13:51