From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Graham Smith" Subject: Inline images in exported HTML Date: Mon, 12 Jan 2009 20:03:29 +0000 Message-ID: <2c75873c0901121203i14b4a93am718de2913fa32d9c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMT0Z-0004OM-IN for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 15:03:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMT0X-0004NI-EL for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 15:03:33 -0500 Received: from [199.232.76.173] (port=38065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMT0X-0004NC-3z for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 15:03:33 -0500 Received: from fg-out-1718.google.com ([72.14.220.152]:2358) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMT0W-0005I8-4e for emacs-orgmode@gnu.org; Mon, 12 Jan 2009 15:03:32 -0500 Received: by fg-out-1718.google.com with SMTP id l26so4252774fgb.30 for ; Mon, 12 Jan 2009 12:03:29 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I am exporting to HTML with a lnk to a pdf with instant opening in Firefox on a Mac. Originally, I had a description on the link, and as the manual says, in the browser, I get the description in the browser which opens the pdf when I click on it. But I want the image to appear without clicking on it, so I can print out the file with the images visible After reading the manual, I have edited the link to remove the description, but it still needs me to click on the link in the browser to open the pdf. I have now added "file:" to the front of the link and I still need to click on it to see the pdf in the browser. The link is now: [[file:/Users/graham/Dropbox/Jacobs/GQ3/Analysis/Graphics/Hazard1aBootsrappedMedianProbabilityPlot.pdf]] Which still works fine when I click on it, but doesn't automatically open. Can someone tell me what I am doing wrong. Many thanks, Graham