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