Re: [O] Error "No :file header argument given"

2015-12-17 Thread Grant Rettke
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.

Re: [O] Error "No :file header argument given" - minor bug?

2015-12-04 Thread Loris Bennett
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

Re: [O] Error "No :file header argument given" - minor bug?

2015-12-03 Thread Aaron Ecay
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

Re: [O] Error "No :file header argument given" - minor bug?

2015-12-01 Thread Loris Bennett
"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

Re: [O] Error "No :file header argument given"

2015-12-01 Thread Loris Bennett
"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

[O] Error "No :file header argument given"

2015-12-01 Thread Loris Bennett
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