From mboxrd@z Thu Jan 1 00:00:00 1970 From: cezar@mixandgo.ro Subject: dynamic blocks Date: Fri, 24 Aug 2007 12:14:28 +0300 Message-ID: <87sl69wayz.fsf@myhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOVGY-0002BO-KV for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 05:15:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOVGV-00029m-Ex for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 05:15:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOVGV-00029d-8k for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 05:15:39 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IOVGU-0002WY-Nh for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 05:15:39 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOVGB-0006Hc-Lq for emacs-orgmode@gnu.org; Fri, 24 Aug 2007 11:15:19 +0200 Received: from dyn-86.105.65.100.tm.upcnet.ro ([86.105.65.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 11:15:19 +0200 Received: from cezar by dyn-86.105.65.100.tm.upcnet.ro with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 11:15:19 +0200 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 Hello, I am trying to use dynamic blocks to create a summary for my clocked work. The problem is that It's a bit unfriendly, meaning I would expect some way to easily change the date (something like, go to tommorow; or go to next day) cause for each day I need to go to the block, change the address manually and hit C-u C-c C-x C-u to update the table. Also maybe a range would be cool in which I can get the daily clocked summary, not a sum of them for the entire range. This is how my block looks like: #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend "<2006-08-10 Thu 12:00>" #+END: clocktable Any advice is appreciated. Best regards, Cezar