Rasmus writes:
> Rainer M Krug writes:
>
>> #+PROPERTY: header-args :tangle-mode (identity #o444)
>>
>> * Initial plottings
>> #+begin_src R
>> plot(1)
>> #+end_src
>>
>> When calling org-babel-view-src-block-info (C-c C-v C-i) on the code
>> block above, I get the error below.
>>
>> I don't ha
Rainer M Krug writes:
> #+PROPERTY: header-args :tangle-mode (identity #o444)
>
> * Initial plottings
> #+begin_src R
> plot(1)
> #+end_src
>
> When calling org-babel-view-src-block-info (C-c C-v C-i) on the code
> block above, I get the error below.
>
> I don't have the slightest clue what this
Hi
--8<---cut here---start->8---
#+PROPERTY: header-args :tangle-mode (identity #o444)
* Initial plottings
#+begin_src R
plot(1)
#+end_src
--8<---cut here---end--->8---
When calling org-babel-view-src-block-info (C-c C-v C