On Apr 8, 2010, at 12:00 AM, Nathan Neff wrote:

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.

:link needs an argument, t. You don't give one, so :link uses :scope as its "argument"....

HTH

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to