From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Clock table not responding to :tags? Date: Thu, 10 Mar 2011 19:56:11 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=36852 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxraU-0002Na-Iu for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 20:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxraT-0001i1-Cq for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 20:56:18 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxraT-0001hn-6i for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 20:56:17 -0500 Received: by bwz17 with SMTP id 17so2700245bwz.0 for ; Thu, 10 Mar 2011 17:56:16 -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 Hi, I have a pretty simple file I just started at home: ----- ** [2011-03-09 Wed] *** dinner :fam: :LOGBOOK: CLOCK: [2011-03-09 Wed 18:15]--[2011-03-09 Wed 19:00] => 0:45 :END: *** watched music videos with Felicity/played guitar :fam: :LOGBOOK: CLOCK: [2011-03-09 Wed 19:00]--[2011-03-09 Wed 19:45] => 0:45 :END: *** cleaned up :chore: :LOGBOOK: CLOCK: [2011-03-09 Wed 20:00]--[2011-03-09 Wed 20:15] => 0:15 :END: *** setup emacs/org-mode :surf: :LOGBOOK: CLOCK: [2011-03-09 Wed 20:15]--[2011-03-09 Wed 20:35] => 0:20 :END: *** arch forum posting :LOGBOOK: CLOCK: [2011-03-09 Wed 20:35]--[2011-03-09 Wed 21:15] => 0:40 :END: *** cribbage board :wood: :LOGBOOK: CLOCK: [2011-03-09 Thu 21:15]--[2011-03-09 Thu 21:45] => 0:30 :END: *** sleep :sleep: :LOGBOOK: CLOCK: [2011-03-09 Thu 22:00]--[2011-03-10 Thu 05:15] => 7:15 :END: ----- But the output table doesn't seem to respond to tags... ------ #+BEGIN: clocktable :maxlevel 3 :scope file :tags "fam" Clock summary at [2011-03-10 Thu 19:53] | L | Headline | Time | | | |---+--------------------------------------------------+---------+-------+------| | | *Total time* | *11:16* | | | |---+--------------------------------------------------+---------+-------+------| | 1 | Time tracking | 11:16 | | | | 2 | [2011-03-09 Wed] | | 10:30 | | | 3 | dinner | | | 0:45 | | 3 | watched music videos with Felicity/played guitar | | | 0:45 | | 3 | cleaned up | | | 0:15 | | 3 | setup emacs/org-mode | | | 0:20 | | 3 | arch forum posting | | | 0:40 | | 3 | cribbage board | | | 0:30 | | 3 | sleep | | | 7:15 | #+END ----- Any suggestions? It says "Updating dynamic block 'clocktable' at line 12...done" when I C-c C-c, but nothing changes. This is on my Mac, which is a bit new... at work, if I don't use quotes around the tag, I get "stringp nil" or something like that. On this computer quotation marks or not... I don't get a response. Any suggestions? Thanks, John