emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "L. Larrabee Strow" <strow@umbc.edu>
To: Emacs Org-Mode Help <emacs-orgmode@gnu.org>
Subject: Add attributes to figure in html5
Date: Sat, 09 Sep 2017 11:25:29 -0400	[thread overview]
Message-ID: <m2zia33ndi.fsf@umbc.edu> (raw)

I am using

(setq org-html-html5-fancy t
      org-html-doctype "html5")

for html exporting, as I would like to use the figure environment for
image exports.

Is there any way to pass an attribute to the html?  (I am afraid I might
not be using all the correct terms here for html5.)  Here is what I
would like to get in the html export:

<a data-fancybox="gallery"  
   data-caption="My caption" 
   href="https://site.com/desert_rtp.png">
   <img width=700px src="https://site.com/desert_rtp.png">
</a>

Getting the width is no problem.  My question is how to get the first
two lines w/o using #+BEGIN_EXPORT HTML.

If I could get this to work, then I can use the fancybox image routines
with org and retain compabtitility with latex exporting.

I tried

#+ATTR_HTML:  :data-fancybox gallery

but that puts the attributes in the href, not before href.

Thanks, Larrabee

-- 
L. Larrabee Strow
UMBC Physics Department
Email: strow@umbc.edu
Cell: 724-288-6933

                 reply	other threads:[~2017-09-09 15:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m2zia33ndi.fsf@umbc.edu \
    --to=strow@umbc.edu \
    --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).