From mboxrd@z Thu Jan 1 00:00:00 1970 From: Barton Yadlowski Subject: Variable for clocktable's :scope Date: Sat, 11 Jan 2014 22:43:45 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b15a9a52be8b404efbdc460 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2By4-0007uX-5t for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 22:44:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2Bxj-0003ID-Hz for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 22:44:08 -0500 Received: from mail-pd0-x233.google.com ([2607:f8b0:400e:c02::233]:33514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2Bxj-0003Ht-AZ for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 22:43:47 -0500 Received: by mail-pd0-f179.google.com with SMTP id y13so3568261pdi.24 for ; Sat, 11 Jan 2014 19:43:46 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --047d7b15a9a52be8b404efbdc460 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a list of files for the custom agenda view in a variable, i.e. (setq org-work-files '("file1" "file2" "file3)) Is there a way to somehow pass this variable to the scope of the clocktable? I know I can just have a list itself there, but something like the following doesn't work: #+BEGIN: clocktable :maxlevel 0 :scope org-work-files :block 2014-01-11 :fileskip0 #+END Barton --047d7b15a9a52be8b404efbdc460 Content-Type: text/html; charset=ISO-8859-1
Hi,

I have a list of files for the custom agenda view in a variable, i.e.

(setq org-work-files '("file1" "file2" "file3))

Is there a way to somehow pass this variable to the scope of the clocktable?

I know I can just have a list itself there, but something like the following doesn't work:

#+BEGIN: clocktable :maxlevel 0 :scope org-work-files :block 2014-01-11 :fileskip0

#+END

Barton
--047d7b15a9a52be8b404efbdc460--