emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Clockreport from a list of files


From: Carsten Dominik
Subject: Re: [Orgmode] Clockreport from a list of files
Date: Thu, 8 Apr 2010 00:31:20 +0200


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]