From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Displaying images inline Date: Sun, 24 Aug 2008 18:19:43 +0530 Message-ID: References: <20080822230031.GA59512@yog-sothoth.mohorovi.cc> <99B534C7FA8F46439C9EFB1895D23153@CUBE> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXF2S-0004uj-8Q for emacs-orgmode@gnu.org; Sun, 24 Aug 2008 08:49:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXF2Q-0004u5-9J for emacs-orgmode@gnu.org; Sun, 24 Aug 2008 08:49:47 -0400 Received: from [199.232.76.173] (port=47145 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXF2Q-0004u2-6F for emacs-orgmode@gnu.org; Sun, 24 Aug 2008 08:49:46 -0400 Received: from ti-out-0910.google.com ([209.85.142.184]:13601) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXF2P-000515-Si for emacs-orgmode@gnu.org; Sun, 24 Aug 2008 08:49:46 -0400 Received: by ti-out-0910.google.com with SMTP id u5so666308tia.10 for ; Sun, 24 Aug 2008 05:49:43 -0700 (PDT) In-Reply-To: <99B534C7FA8F46439C9EFB1895D23153@CUBE> 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: Chris Randle Cc: emacs-orgmode@gnu.org On Sun, Aug 24, 2008 at 3:02 PM, Chris Randle wrote: > James TD Smith wrote: > >> On 2008-08-22 17:52:46(-0400), Lindsay Todd wrote: >>> Is there a way to link to a file containing an image, and have the >>> image display inline in org-mode? > >> You can do this using iimage; add the following to your .emacs: > > Every time I've tried to follow the instructions for getting inline > images to work, I've had no luck. The iimage mode is shown, but links > just stay as links. > > I think that my setup is capable of displaying graphics because I can > see the GNU Emacs logo at Emacs startup. > > In principle, should iimage-mode work with Org-mode 6.06b, GNU Emacs > 22.1.1 on Windows XP Pro SP3? If so, I'll take a closer look for where I > may be going wrong. I think you need some libraries in emacs\bin directory. I have libpng3.dll, libpng12.dll, libungif4.dll, libXpm.dll, xpm4.dll, zlib1.dll there. You should be able to download them from http://gnuwin32.sourceforge.net/packages.html You may want to download for jpeg as well (though it hasn't worked for me yet.) HTH, -- Manish