Re: [O] Change title and export filename based on code value?

2013-05-09 Thread Carsten Dominik
On 8.5.2013, at 20:06, Gary Oberbrunner wrote: > I'd like to change the title of my report, and the exported pdf filename, > based on a value I can change in the org-mode source. > > I have a source block like this: > > #+NAME: reporttype > #+BEGIN_SRC elisp :results value silent :exports res

Re: [O] Change title and export filename based on code value?

2013-05-09 Thread Nicolas Goaziou
Hello, Gary Oberbrunner writes: > I'd like to change the title of my report, and the exported pdf filename, > based on a value I can change in the org-mode source. > > I have a source block like this: > > #+NAME: reporttype > #+BEGIN_SRC elisp :results value silent :exports results > "Foo" > #+E

[O] Change title and export filename based on code value?

2013-05-08 Thread Gary Oberbrunner
I'd like to change the title of my report, and the exported pdf filename, based on a value I can change in the org-mode source. I have a source block like this: #+NAME: reporttype #+BEGIN_SRC elisp :results value silent :exports results "Foo" #+END_SRC I figured out how to do the title: #+TITLE