[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals-release/org 0ea4dc166c 01/10: org-html-latex-environmen
From: |
ELPA Syncer |
Subject: |
[elpa] externals-release/org 0ea4dc166c 01/10: org-html-latex-environment: Fix error when environment is non-math |
Date: |
Mon, 3 Jun 2024 06:58:36 -0400 (EDT) |
branch: externals-release/org
commit 0ea4dc166c7743156845bf4f38019ee02abad06a
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
org-html-latex-environment: Fix error when environment is non-math
* lisp/ox-html.el (org-html-latex-environment): Do not try to compute
caption for non-math environments.
---
lisp/ox-html.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 3b3aad7485..6b515ef342 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -3154,6 +3154,7 @@ CONTENTS is nil. INFO is a plist holding contextual
information."
(attributes (org-export-read-attribute :attr_html latex-environment))
(label (org-html--reference latex-environment info t))
(caption (and (org-html--latex-environment-numbered-p
latex-environment)
+ (org-html--math-environment-p latex-environment)
(number-to-string
(org-export-get-ordinal
latex-environment info nil
- [elpa] externals-release/org updated (f737e7213d -> 2ee94bb065), ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 9ad3360d76 04/10: etc/ORG-NEWS: Fix unintentional list markup, ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 0ea4dc166c 01/10: org-html-latex-environment: Fix error when environment is non-math,
ELPA Syncer <=
- [elpa] externals-release/org 671ca44df0 05/10: test-org-clock: Fix typo in test name, ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 0477df8aab 06/10: org-setup-yank-dnd-handlers: Support MacOS dnd URIs, ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 5f050580d8 07/10: lisp/org.el (org--dnd-attach-file): Load org-attach, ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 8e8e635eba 08/10: Revert "lisp/ox-html.el: Convert :alt to :aria-label attribute in svg images", ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 2ee94bb065 10/10: Reapply "lisp/ox-html.el: Restore org-svg class.", ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 88dd2cea35 03/10: Update version number for the 9.7.2 release, ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 5b8159228a 02/10: etc/ORG-NEWS: Move user-facing changes near the top, ELPA Syncer, 2024/06/03
- [elpa] externals-release/org 77e77f051c 09/10: Reapply "ox-html: Use <img> tags for svgs, not <object>", ELPA Syncer, 2024/06/03