Re: [O] #+header: :post -> Symbol's value as variable is void: *this*

2014-08-06 Thread Thorsten Jolitz
Aaron Ecay writes: Hi Aaron, > 2014ko uztailak 27an, Thorsten Jolitz-ek idatzi zuen: >> >> Thorsten Jolitz writes: >> >>> Hi List, >>> >>> whats wrong with this :post header arg: >>> >>> #+header: :post (format "#+attr_latex :float :placement >>> {c}{scale=.6}\n%s" *this*) >>> #+begin_src

Re: [O] #+header: :post -> Symbol's value as variable is void: *this*

2014-08-05 Thread Aaron Ecay
Hi Thorsten, 2014ko uztailak 27an, Thorsten Jolitz-ek idatzi zuen: > > Thorsten Jolitz writes: > >> Hi List, >> >> whats wrong with this :post header arg: >> >> #+header: :post (format "#+attr_latex :float :placement {c}{scale=.6}\n%s" >> *this*) >> #+begin_src emacs-lisp >> (+ 2 2) >> #+

Re: [O] #+header: :post -> Symbol's value as variable is void: *this*

2014-07-27 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Hi List, > > whats wrong with this :post header arg: > > #+header: :post (format "#+attr_latex :float :placement {c}{scale=.6}\n%s" > *this*) > #+begin_src emacs-lisp > (+ 2 2) > #+end_src > > When I understand > > , > | http://orgmode.org/manual/post.html > `-

[O] #+header: :post -> Symbol's value as variable is void: *this*

2014-07-26 Thread Thorsten Jolitz
Hi List, whats wrong with this :post header arg: #+header: :post (format "#+attr_latex :float :placement {c}{scale=.6}\n%s" *this*) #+begin_src emacs-lisp (+ 2 2) #+end_src When I understand , | http://orgmode.org/manual/post.html ` correctly, *this* should hold the block result