I'm trying to create a clockreport that scans a certain file (actually, I want to scan a list of files, but I can't even get one file to work). I found the :scope ("file"...) option here: http://orgmode.org/manual/Clocking-work-time.html But I can't get the clockreport to read from nate.org. Instead, the clockreport reads from the current file (clockreports.org) Here's my clockreport (it's in clockreports.org): * Something :CLOCK: CLOCK: [2010-04-07 Wed 14:30]--[2010-04-07 Wed 16:46] => 2:16 :END: #+BEGIN: clocktable :block thisweek - 1 :link :scope ("~/Documents/personal/ nate.org") #+END All I get is the clock report for the current file. Any ideas what I'm doing wrong? I also tried an absolute file path for nate.org, but that didn't work either. Thanks, --Nate