From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Trouble with in-line images and iimage.el Date: Tue, 4 Sep 2012 14:32:05 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8yr1-00082Q-OR for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 15:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8yqz-000804-TK for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 15:32:07 -0400 Received: from mail-qa0-f41.google.com ([209.85.216.41]:62589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8yqz-0007zy-Ou for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 15:32:05 -0400 Received: by qafk30 with SMTP id k30so4175094qaf.0 for ; Tue, 04 Sep 2012 12:32:05 -0700 (PDT) In-Reply-To: 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: Charles Philip Chan Cc: Org-mode On Tue, Sep 4, 2012 at 2:29 PM, Charles Philip Chan wrote: > John Hendy writes: > > Hi John: > >> I'm trying to display inline images. I downloaded iimage.el and added >> it's path to my load-path. I also added the code found on Worg for >> inline images with iimage.[1] > > Iimage is obsolete. Org-mode have the ability to display inline images > for quite some time now. Good to know and I'll remove that stuff. > >> Lastly, I've added =#+startup: inlineimages= just to be sure nothing >> is holding things back. > > This should be: > > #+org-startup-with-inline-images: t > The manual appears to be out of date on this? > and use "C-c C-x C-v" to toggle inline images. > Either way, those weren't it. Windows, as usual, requires silly maneuvers to get things working properly. I loosened my google hunting to emacs in general and found this beauty: - http://stackoverflow.com/questions/2650041/emacs-under-windows-and-png-files I had to track down a bunch of .dlls and copy them into my Emacs bin/ directory. From there it worked. For the record, I added the following to my bin/ dir: libpng.dll libpng12.dll libpng12-0.dll libpng13.dll libpng14-14.dll libjpeg62.dll zlib1.dll Now I have jpg and png viewing abilities in Org. Thanks, John > Cheers, > Charles > > -- > "The world is beating a path to our door" > > -- Bruce Perens, (Open Sources, 1999 O'Reilly and Associates)