Re: [O] Only evaluate code blocks interactively, but export results

2015-04-05 Thread Charles C. Berry
On Sat, 4 Apr 2015, David Dynerman wrote: Hi Tom, Does :cache yes work with #+CALL lines? I’m not able to get it to work. I’m calling my function through #+CALL’s because I’d like to generate several figures from the same org-babel code block/ I tried adding :cache yes to: 1) The actual or

Re: [O] Only evaluate code blocks interactively, but export results

2015-04-04 Thread David Dynerman
Hi Tom, Does :cache yes work with #+CALL lines? I’m not able to get it to work. I’m calling my function through #+CALL’s because I’d like to generate several figures from the same org-babel code block/ I tried adding :cache yes to: 1) The actual org-code block 2) The +CALL line, at the end 3)

Re: [O] Only evaluate code blocks interactively, but export results

2015-04-04 Thread Thomas S. Dye
Aloha David, David Dynerman writes: > Hi all, > > I’m trying to accomplish the following: > > 1) I have an org-babel python block in my code that produces a figure file > 2) I’d like to include the resulting figure HTML export of my org file > 3) The code takes a bit to run, so I don’t want to e