From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Confused about inline html images Date: Sun, 13 Jan 2013 13:48:55 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuTYA-0006OW-Rc for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 14:48:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuTY9-0000Hc-5H for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 14:48:58 -0500 Received: from mail-ob0-f170.google.com ([209.85.214.170]:43752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuTY9-0000HU-0Q for emacs-orgmode@gnu.org; Sun, 13 Jan 2013 14:48:57 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp18so3304019obc.15 for ; Sun, 13 Jan 2013 11:48:56 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I'm trying to recreate this html: 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