<...>
> A side question (now that I have more graphics appearing in my example
> document): is there/would there/will there be a way to regenerate all the
> graphics included in my document?
Hi Seb,
Currently we have org-babel-execute-buffer and org-babel-execute-subtree.
By the way, if you're g
Sébastien Vauban writes:
>
> Currently, I have to go in every block and C-c C-c them all, right?
>
Hi Seb,
try `org-babel-execute-buffer', I haven't used it recently so it may
have succumb to bitt-rot, but it is supposed to do exactly that.
Best -- Eric
> Best regards,
> Seb
_
Hi Dan,
Dan Davison wrote:
> Sébastien Vauban writes:
>>
>> Just a quick question (before testing and answering properly, tomorrow, to
>> your post): how do you give a name to an R plot?
>>
>> Just taking your example file:
>>
>> #+srcname: directory-pie-chart(dirs = directories)
>>#+begin_sr