From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: apply attr_html to a whole figure?
Date: Wed, 21 Sep 2016 21:11:34 -0400 [thread overview]
Message-ID: <CAN_Dec9kmBQY+Lk=w=AJbsOzGt4H0Dih5M4YvrKSn7NiQe0QWA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
When exporting images with captions, ox-html currently creates a strucuture
like this:
<div class="figure">
<p><img src="./images/hlevel.png" 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).
I would like to be able to give an additional class to the enclosing <div
class="figure">. Any idea how i might be able to do that? As far as I can
see, org-html--wrap-image does not have access to the org link element and
so can't query for attributes.
I really appreciate any ideas! Thanks,
Matt
[-- Attachment #2: Type: text/html, Size: 1012 bytes --]
next reply other threads:[~2016-09-22 1:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 1:11 Matt Price [this message]
2016-09-22 7:09 ` apply attr_html to a whole figure? Christian Moe
2016-09-22 20:46 ` Matt Price
2016-09-22 9:50 ` Eric Abrahamsen
2016-09-22 20:49 ` Matt Price
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAN_Dec9kmBQY+Lk=w=AJbsOzGt4H0Dih5M4YvrKSn7NiQe0QWA@mail.gmail.com' \
--to=moptop99@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).