Hi, I have a list of files for the custom agenda view in a variable, i.e. (setq org-work-files '("file1" "file2" "file3)) Is there a way to somehow pass this variable to the scope of the clocktable? I know I can just have a list itself there, but something like the following doesn't work: #+BEGIN: clocktable :maxlevel 0 :scope org-work-files :block 2014-01-11 :fileskip0 #+END Barton