From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible to always show items in clocktable? Date: Thu, 17 Apr 2014 10:38:15 +0200 Message-ID: <87r44w5p1k.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wahpy-0007qW-FD for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 04:38:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wahpr-0001Ut-7r for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 04:38:26 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:51387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wahpr-0001Uj-11 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 04:38:19 -0400 Received: by mail-we0-f176.google.com with SMTP id x48so136139wes.35 for ; Thu, 17 Apr 2014 01:38:18 -0700 (PDT) In-Reply-To: (Noah Slater's message of "Mon, 7 Apr 2014 20:29:26 +0200") 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: Noah Slater Cc: emacs-orgmode@gnu.org Hi Noah, Noah Slater writes: > My intention here is to highlight notes that have received no > attention. I want them to show up on my report so that I can see that > I need to work on them.* You can create a dynamic block that does this: - call org-clock-sum to reset clock sums in the buffer - scans for :org-clock-minutes in all headlines - create a table from headlines that have no such property This way you can even add more information in the table. Happy hacking :) -- Bastien