From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sacha Chua Subject: Re: Possible to always show items in clocktable? Date: Wed, 16 Apr 2014 14:21:42 -0400 Message-ID: <8661m99lu1.fsf@sachachua.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaUTE-0004n8-4W for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 14:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaUT6-00005W-M2 for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 14:22:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:39153) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaUT6-00005P-Fs for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 14:21:56 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WaUT5-0008Rr-41 for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 20:21:55 +0200 Received: from 184.175.19.126 ([184.175.19.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Apr 2014 20:21:55 +0200 Received: from sacha by 184.175.19.126 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Apr 2014 20:21:55 +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: emacs-orgmode@gnu.org Noah Slater writes: Hello, Noah! > I would like to my clocktable include a line for every node, regardless of > whether there is any time clocked, or whether the time clocked is 0:00. > 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. On a slightly different note, how about using Org column tables instead? You can set your column table format to include the time clocked. I use this in one of my files: #+COLUMNS: %40ITEM %17Effort(Estimated effort){:} %CLOCKSUM And then I use #+BEGIN: columnview :hlines 1 #+END: to get a table that has my estimated effort and clocked time for each item, whether or not it has any clocked time in it. Sacha