emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] Fix numbering of captioned images


From: Pablo Barraza Cornejo
Subject: [PATCH] Fix numbering of captioned images
Date: Thu, 29 Apr 2021 20:52:53 -0600
User-agent: mu4e 1.4.15; emacs 27.2

When exporting to HTML, the exporter is supposed to check if there are additional constraints over a paragraph using `org-html-standalone-image-predicate'. A misplaced quote causes `org-html-standalone-image-p' to not apply them.

To number captions on images the `org-html-paragraph' binds `org-html-standalone-image-predicate' to `org-html--has-caption-p', but since it gets ignored, `org-export-get-ordinal' considers all standalone images, not just captioned ones. This throws off the numbering.

Attachment: 0001-ox-html.el-inline-image-export-Fix-caption-numbering.patch
Description: Text Data


reply via email to

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