On Tue, Dec 1, 2015 at 10:02 AM, Loris Bennett
wrote:
> Is it possible to have a variable as part of the :file specification?
Not sure how your ECM might look but header arguments can be populated
by Emacs Lisp calls so you use whatever variables you want.
Hi Aaron,
Aaron Ecay writes:
> Hi Loris,
>
> It’s difficult to say without more context, but I think you might not
> need :results graphics on the code block that you are #+call-ing.
> :results graphics is intended for situations where Org should arrange
> for the plot to be written, whereas you
Hi Loris,
It’s difficult to say without more context, but I think you might not
need :results graphics on the code block that you are #+call-ing.
:results graphics is intended for situations where Org should arrange
for the plot to be written, whereas you have undertaken this yourself.
--
Aaron
"Loris Bennett" writes:
> "Loris Bennett" writes:
>
>> Hi,
>>
>> At the beginning of each month I generate a plot via a CALL to a block
>> of R code:
>>
>> #+CALL: code;plot_usage_historical_facet(type="users")
>>
>> The type is used as part of the name of the output file. Today I got
>> the er
"Loris Bennett" writes:
> Hi,
>
> At the beginning of each month I generate a plot via a CALL to a block
> of R code:
>
> #+CALL: code;plot_usage_historical_facet(type="users")
>
> The type is used as part of the name of the output file. Today I got
> the error:
>
> user-error: No :file header a
Hi,
At the beginning of each month I generate a plot via a CALL to a block
of R code:
#+CALL: code;plot_usage_historical_facet(type="users")
The type is used as part of the name of the output file. Today I got
the error:
user-error: No :file header argument given; cannot create graphical resul