From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Clockreport from a list of files Date: Thu, 8 Apr 2010 00:31:20 +0200 Message-ID: <6C5E0FD5-DB00-4414-9C1B-E13E57B1680D@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzdmR-0006PS-QA for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 18:31:27 -0400 Received: from [140.186.70.92] (port=44837 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzdmQ-0006Of-DR for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 18:31:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzdmO-0002O8-Ir for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 18:31:26 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:14001) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzdmO-0002O4-C1 for emacs-orgmode@gnu.org; Wed, 07 Apr 2010 18:31:24 -0400 Received: by ey-out-1920.google.com with SMTP id 4so153692eyg.34 for ; Wed, 07 Apr 2010 15:31:22 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nathan Neff Cc: emacs-orgmode@gnu.org 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