From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph LANGE Subject: Bug: Scope by tag in clock report dynamic blocks [6.33f] Date: Fri, 29 Jan 2010 16:15:18 +0100 Message-ID: <201001291615.19097.ch.lange@jacobs-university.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NasZi-0004sH-6V for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 10:15:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NasZd-0004lz-3l for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 10:15:57 -0500 Received: from [199.232.76.173] (port=44430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NasZb-0004lR-Uy for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 10:15:52 -0500 Received: from mx20.gnu.org ([199.232.41.8]:26294) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NasZY-0007gd-Ex for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 10:15:51 -0500 Received: from mail-bw0-f215.google.com ([209.85.218.215]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NasZB-0007Cf-02 for emacs-orgmode@gnu.org; Fri, 29 Jan 2010 10:15:25 -0500 Received: by bwz7 with SMTP id 7so1020769bwz.26 for ; Fri, 29 Jan 2010 07:14:55 -0800 (PST) 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@gnu.org --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Dear developers, this is actually a feature request. What is the right way to submit it? I'm using Org-mode to keep track of my working time. I have a tree of tasks and subtasks, and there are currently normal tasks, important tasks, and very important tasks, where I'm distinguishing the latter two ones by tags. (Maybe I should rather use priorities instead, but clock reports don't support them either, and not all tasks are TODOs.) At the end of the week, I would like to get an overview of how much time I spent on normal/important/very important tasks. The total time (throughout the whole file) is all I need, but why not also optionally have a detailed breakdown? So a clock report dynamic block would be the thing I need, but then I would like to select its scope not by file or tree, but by tag. I.e. that all tasks that match a given tag search string would be considered. Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.6) of 2010-01-22 on localhost Package: Org-mode version 6.33f current state: ============== (setq org-after-todo-state-change-hook '(org-clock-out-if-current) org-export-preprocess-hook '(org-export-blocks-preprocess) org-tab-first-hook '(org-hide-block-toggle-maybe) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-agenda-before-write-hook '(org-agenda-add-entry-text) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] ) org-confirm-elisp-link-function 'yes-or-no-p org-occur-hook '(org-first-headline-recenter) org-clock-idle-time 10 )