emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Confused about inline html images
Date: Sun, 13 Jan 2013 13:48:55 -0600	[thread overview]
Message-ID: <CA+M2ft8jLpkV_tyCSxEr75+-kDux5gx__yhtg28z_mwvkE8t-Q@mail.gmail.com> (raw)

I'm trying to recreate this html:

<a href="http://path/to/image.jpg"><img src="http://path/to/image.jpg"
width="400px" /></a>

My approach was like so:

#+attr_html: width="400px"
[[http://path/to/image.jpg][http://path/to/image.jpg]]

From the description at using inline images
(http://orgmode.org/manual/Images-in-HTML-export.html):

#+begin_quote
If the description part itself is a file: link or a http: URL pointing
to an image, this image will be inlined and activated so that clicking
on the image will activate the link. For example, to include a
thumbnail that will link to a high resolution version of the image,
you could use:

     [[file:highres.jpg][file:thumb.jpg]]
#+end_quote

That sounds like my example above should work; the example indicates
that thumb.jpg would be inlined and clicking it would send to
highres.jpg. I'd like http://path/to/image.jpg to be inlined at 400px
but clicking it would make the full size jpg viewable in a browser.

I haven't changed the variable org-export-html-inline-images. It
should be set to the default, which appears to be 'maybe.'


Thanks for any suggestions,
John

             reply	other threads:[~2013-01-13 19:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-13 19:48 John Hendy [this message]
2013-01-13 19:54 ` Confused about inline html images John Hendy
2013-01-13 20:09   ` John Hendy
2013-01-31  9:45   ` Bastien
2013-02-06 21:53     ` John Hendy
2013-02-07  7:38       ` Bastien

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=CA+M2ft8jLpkV_tyCSxEr75+-kDux5gx__yhtg28z_mwvkE8t-Q@mail.gmail.com \
    --to=jw.hendy@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).