Re: [O] ':post' Direct execution via Emacs Lisp

2015-03-27 Thread John Kitchin
that makes sense. Charles C. Berry writes: > On Fri, 27 Mar 2015, John Kitchin wrote: > >> I cannot see anyway to use direct execution of emacs lisp code in this >> (and nothing I have tried actually works). Any emacs-lisp code seems to >> get evaluated before running the block and *this* is not

Re: [O] ':post' Direct execution via Emacs Lisp

2015-03-27 Thread Charles C. Berry
On Fri, 27 Mar 2015, John Kitchin wrote: I cannot see anyway to use direct execution of emacs lisp code in this (and nothing I have tried actually works). Any emacs-lisp code seems to get evaluated before running the block and *this* is not defined then. The quoted part of the manual does sug

Re: [O] ':post' Direct execution via Emacs Lisp

2015-03-27 Thread John Kitchin
I cannot see anyway to use direct execution of emacs lisp code in this (and nothing I have tried actually works). Any emacs-lisp code seems to get evaluated before running the block and *this* is not defined then. As advertised, this works: #+name: wrap #+BEGIN_SRC emacs-lisp :var data="" (concat

[O] ':post' Direct execution via Emacs Lisp

2015-03-27 Thread Daimrod
Hi, We can read in the manual: 14.8.2.25 ‘:post’ The ‘:post’ header argument is used to post-process the results of a code block execution. When a post argument is given, the results of the code block will temporarily be bound to the ‘*this*’ variable. This variable may then be included in head