John Hendy <jw.he...@gmail.com> wrote:

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