emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
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:
>
>
> &lt;div class=&quot;figure&quot;&gt;
> &lt;p&gt;&lt;img src=&quot;./images/hlevel.png&quot; alt=&quot;hlevel.png&quot;&gt;
> &lt;/p&gt;
> &lt;p&gt;&lt;span class=&quot;figure-number&quot;&gt;Figure 1:&lt;/span&gt; &quot;test&quot;&lt;/p&gt;
> &lt;/div&gt;
>
> (I&#39;ve tried setting org-html-html5-fancy&quot; to t, but for whatever reason this doesn&#39;t result in the useo f the &lt;figure&gt; tag. I tried with emacs -q with no luck).
>
> I would like to be able to give an additional class to the enclosing &lt;div class=&quot;figure&quot;&gt;. 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&#39;t query for attributes. 
>
> I really appreciate any ideas! Thanks,
> Matt
>
>  

  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).