Re: [O] [babel] file header argument includes other variable

2012-03-30 Thread Andreas Leha
Rainer M Krug r.m.k...@gmail.com writes: Hi I would like to do make the file header argument to be concatenated of a constant string and another variable, so effectively: #+header: :var+ ConNum=10 #+header: :results graphics #+header: :file SA_VALUEOFConNum.pdf #+header: :width 8

[O] [babel] file header argument includes other variable

2012-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to do make the file header argument to be concatenated of a constant string and another variable, so effectively: #+header: :var+ ConNum=10 #+header: :results graphics #+header: :file SA_VALUEOFConNum.pdf #+header: :width 8

[O] [babel] :file header

2011-07-25 Thread Max Flöttmann
Hi, I'm working with org-mode and babel to write annotated R-scripts. I include a lot of code blocks that should write their graphics to a file. I'm usually using the :file argument for that, but on my Mac this doesn't work anymore. A code block like this: #+begin_src R :file test.pdf :session

Re: [O] [babel] :file header

2011-07-25 Thread Eric Schulte
Did you see my response to your previous email on this subject? Max Flöttmann max.floettm...@gmail.com writes: Hi, I'm working with org-mode and babel to write annotated R-scripts. I include a lot of code blocks that should write their graphics to a file. I'm usually using the :file