emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to get graphs to display inline (immediately upon creation)?


From: Richard Stanton
Subject: Re: [O] How to get graphs to display inline (immediately upon creation)?
Date: Sun, 9 Sep 2012 22:46:00 -0700

Yes!

Thanks very much. That seems to work fine.

> -----Original Message-----
> From: address@hidden [mailto:address@hidden
> Sent: Sunday, September 09, 2012 10:13 PM
> To: Richard Stanton
> Cc: address@hidden
> Subject: Re: [O] How to get graphs to display inline (immediately upon
> creation)?
> 
> Richard Stanton <address@hidden> wrote:
> 
> > I'm using Org-mode version 7.9.1 (release_7.9.1-154-g659be3 @
> > c:/emacs/site=
> > -lisp/org-mode/lisp/)
> >
> > I'd like to use org mode to display inline graphs, but am having some
> > troub= le. Here's a sample org file (with results block), which
> > creates a single p= lot using R:
> >
> > -----------------
> >
> > #+TITLE:   Test plot
> > #+PROPERTY: session *R*
> >
> > * Sample plot in R
> >
> > #+begin_src R :exports both :results graphics :file img.png
> > hist(rnorm(40))
> > #+end_src
> >
> > #+RESULTS:
> > [[file:img.png]]
> >
> > ---------------
> >
> > I'd like the graph to appear inline immediately when I press C-c C-c
> > to exe= cute the code block. However, all I get is the result block
> > shown. I can us=
> > e=20
> >
> > #+STARTUP: inlineimages
> >
> > to show the graph when I first load the org file, and I can press C-c
> > C-x C= -v to turn on inline displaying if it's off, but even when it's
> > turned on, = the graph doesn't display inline if I press C-c C-c
> > again. In fact, I then = have to press C-c C-x C-v *twice* (once to
> > turn inline display off, and onc= e to turn it back on again) to get the 
> > graph
> to display.
> >
> > How can I get inline graphs to display inline the moment they've been
> > creat= ed?
> >
> 
> Untested.
> Maybe add org-redisplay-inline-images to org-babel-after-execute-hook?
> 
> Nick



reply via email to

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