Hi, I tried the following
#+NAME: my-table #+BEGIN: clocktable :scope file :maxlevel 2 #+END: #+begin_src python :var data=my-table print(data) #+end_src but the evaluation fails with the error Reference not found Why is this not working, is this intentional or a bug? Best, Reza
