From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Trouble with in-line images and iimage.el Date: Tue, 04 Sep 2012 17:13:18 -0400 Message-ID: <11264.1346793198@alphaville.americas.hpqcorp.net> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T90RD-0003Dp-7c for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 17:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T90RC-0001PU-2u for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 17:13:35 -0400 Received: from g4t0014.houston.hp.com ([15.201.24.17]:23894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T90RB-0001PO-Ur for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 17:13:34 -0400 In-Reply-To: Message from John Hendy of "Tue, 04 Sep 2012 14:32:05 CDT." 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: John Hendy Cc: Charles Philip Chan , Org-mode John Hendy wrote: > On Tue, Sep 4, 2012 at 2:29 PM, Charles Philip Chan wrote: > >> Lastly, I've added =#+startup: inlineimages= just to be sure nothing > >> is holding things back. > > > > This should be: > > > > #+org-startup-with-inline-images: t > > > That doesn't look right to me: that's the internal variable, not the name that should appear in the file. In fact, org.el says: ,---- | $ grep org-startup-with-inline-images *.el | org.el:(defcustom org-startup-with-inline-images nil | org.el: ("inlineimages" org-startup-with-inline-images t) | org.el: ("noinlineimages" org-startup-with-inline-images nil) | org.el: (when org-startup-with-inline-images `---- so #+STARTUP: inlineimages seems to be the correct invocation. Nick PS. Not that I've tested anything, mind you...