From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.frings@agfa.com Subject: getting rid of file level in clocktable? Date: Fri, 8 Aug 2008 16:31:44 +0200 Message-ID: Mime-Version: 1.0 (Apple Message framework v926) 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 1KRT0V-0002Pj-0W for emacs-orgmode@gnu.org; Fri, 08 Aug 2008 10:31:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KRT0T-0002PP-DZ for emacs-orgmode@gnu.org; Fri, 08 Aug 2008 10:31:53 -0400 Received: from [199.232.76.173] (port=50557 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KRT0T-0002PM-Ag for emacs-orgmode@gnu.org; Fri, 08 Aug 2008 10:31:53 -0400 Received: from mornm02-out.agfa.com ([134.54.1.77]:20782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KRT0T-0000Vb-2O for emacs-orgmode@gnu.org; Fri, 08 Aug 2008 10:31:53 -0400 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: emacs-orgmode Org-Mode Hi all, I have the following clocktable: #+BEGIN: clocktable :maxlevel 4 :scope agenda :block thisweek :step week Weekly report starting on: <2008-08-04 Mon> | File | L | Headline | Time | | | | |----------------+--- +--------------------------------------------------+---------+------- +-------+------| | | | *Total time* | *35:36* | | | | |----------------+--- +--------------------------------------------------+---------+------- +-------+------| | planning.org | | *File time* | *19:41* | | | | | planning.org | 1 | xx yy: REQD (G1005001) | 19:41 | | | | | planning.org | 2 | xx zz | | 19:41 | | | ... |----------------+--- +--------------------------------------------------+---------+------- +-------+------| | notes.org | | *File time* | *0:15* | | | | | notes.org | 1 | Todo | 0:15 | | | | | notes.org | 2 | verify which colors | | 0:15 | | | ... |----------------+--- +--------------------------------------------------+---------+------- +-------+------| | time-sheet.org | | *File time* | *15:40* | | | | | time-sheet.org | 1 | xx yy: REQD (G1005001) | 9:26 | | | | | time-sheet.org | 2 | xx zz| | | 4:17 | | | ... #+END: However, I would rather omit the file level, and thus have 1) no 'File' column nor *File Time* rows, and 2) group the same entries across different files in the same summary entry. I could of course reorganize the setup and put everything in a single file, but this system now works reasonably well for me. I'd rather not change it too much. I have searched the documentation and googled hard, but found no [obvious] solution. And my elisp skills are nearly non-existant... Is there any kind and smart soul that knows how to tackle this? Thanks, Peter.