* Clockreport from a list of files
@ 2010-04-07 22:00 Nathan Neff
2010-04-07 22:31 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Nathan Neff @ 2010-04-07 22:00 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 790 bytes --]
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
[-- Attachment #1.2: Type: text/html, Size: 1155 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Clockreport from a list of files
2010-04-07 22:00 Clockreport from a list of files Nathan Neff
@ 2010-04-07 22:31 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-04-07 22:31 UTC (permalink / raw)
To: Nathan Neff; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-07 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 22:00 Clockreport from a list of files Nathan Neff
2010-04-07 22:31 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).