emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Trouble with in-line images and iimage.el


From: Nick Dokos
Subject: Re: [O] Trouble with in-line images and iimage.el
Date: Tue, 04 Sep 2012 17:13:18 -0400

John Hendy <address@hidden> wrote:

> On Tue, Sep 4, 2012 at 2:29 PM, Charles Philip Chan <address@hidden> 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...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]