Re: [O] [babel] [BUG] table with header line as parameter

2012-05-11 Thread Eric Schulte
Andreas Leha writes: > Andreas Leha writes: > >> Hi all, >> >> I do not know what could be the cause of this, but I can't have a >> table with header as argument to a source block any more: >> >> #+name: table_w_header >> | one | two | >> |-+-| >> | 1 | 3 | >> >> #+begin_src R :var t

Re: [O] [babel] [BUG] table with header line as parameter

2012-05-11 Thread Andreas Leha
Andreas Leha writes: > Hi all, > > I do not know what could be the cause of this, but I can't have a > table with header as argument to a source block any more: > > #+name: table_w_header > | one | two | > |-+-| > | 1 | 3 | > > #+begin_src R :var tbl=table_w_header > > #+end_src > > I

[O] [babel] [BUG] table with header line as parameter

2012-05-09 Thread Andreas Leha
Hi all, I do not know what could be the cause of this, but I can't have a table with header as argument to a source block any more: #+name: table_w_header | one | two | |-+-| | 1 | 3 | #+begin_src R :var tbl=table_w_header #+end_src If I do C-c C-v v on the above source block, I ge