From: Christian Moe <mail@christianmoe.com>
To: Matt Price <moptop99@gmail.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: apply attr_html to a whole figure?
Date: Thu, 22 Sep 2016 09:09:23 +0200 [thread overview]
Message-ID: <m2wpi4jtr0.fsf@christianmoe.com> (raw)
In-Reply-To: <CAN_Dec9kmBQY+Lk=w=AJbsOzGt4H0Dih5M4YvrKSn7NiQe0QWA@mail.gmail.com>
I don't think Org syntax provides any way to do this at present, but
ignore the rest of this message if anyone knows better.
Possible workarounds:
1. Wrap your figure in a #+BEGIN_ADDITIONALCLASS...#+END_ADDITIONALCLASS
block, to wrap the div.figure in a div.additionalclass. Not exactly what
you wanted, and a pain in the neck if you have many such figures, but
gives you enough to work with in CSS.
2. Add javascript to move the extra class attribute from the img to
the containing div.
3. Write an export filter.
Yours,
Christian
Matt Price writes:
> 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
>
>
next prev parent reply other threads:[~2016-09-22 7:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 1:11 apply attr_html to a whole figure? Matt Price
2016-09-22 7:09 ` Christian Moe [this message]
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=m2wpi4jtr0.fsf@christianmoe.com \
--to=mail@christianmoe.com \
--cc=emacs-orgmode@gnu.org \
--cc=moptop99@gmail.com \
/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).