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
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
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
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