Eric Schulte writes:
> Thorsten writes:
>
>> Thorsten writes:
>>
>>> Hi list,
>>> I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but
>>> encounter a few difficulties. Here is my little testprogramm:
>>>
>>> -
>>> #+tblname: tbl1
>>> | 1 | 2 | 3 |
>>> |--
Thorsten writes:
> Thorsten writes:
>
>> Hi list,
>> I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but
>> encounter a few difficulties. Here is my little testprogramm:
>>
>> -
>> #+tblname: tbl1
>> | 1 | 2 | 3 |
>> |---+---+---|
>> | 4 | 5 | 6 |
>> | 7 |
Thorsten writes:
> Hi list,
> I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but
> encounter a few difficulties. Here is my little testprogramm:
>
> -
> #+tblname: tbl1
> | 1 | 2 | 3 |
> |---+---+---|
> | 4 | 5 | 6 |
> | 7 | 8 | 9 |
>
>
> # external evalua
Hi list,
I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but
encounter a few difficulties. Here is my little testprogramm:
-
#+tblname: tbl1
| 1 | 2 | 3 |
|---+---+---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
# external evaluation (no session)
#+srcname: pico-calc
#+b