Re: [O] [babel] adding a language - problems

2011-09-29 Thread Thorsten
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 | >>> |--

Re: [O] [babel] adding a language - problems

2011-09-29 Thread Eric Schulte
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 |

Re: [O] [babel] adding a language - problems

2011-09-28 Thread Thorsten
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

[O] [babel] adding a language - problems

2011-09-28 Thread Thorsten
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