From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart Hickinbottom Subject: Re: Collapsing tracked time? Date: Fri, 16 Sep 2011 21:21:02 +0100 Message-ID: <4E73AFAE.9070106@hickinbottom.com> References: <8762ksi7dk.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4euh-0006Nz-Dy for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 16:21:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4eug-0005ug-6F for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 16:21:31 -0400 Received: from lon1-post-3.mail.demon.net ([195.173.77.150]:36434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4euf-0005uH-UU for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 16:21:30 -0400 Received: from hickinbottom.demon.co.uk ([80.177.102.168] helo=discovery.hickinbottom.com) by lon1-post-3.mail.demon.net with esmtp (Exim 4.69) id 1R4euE-00026M-fi for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 20:21:26 +0000 Received: from leonov2.hickinbottom.com (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by discovery.hickinbottom.com (Postfix) with ESMTPS id B53CD261CF for ; Fri, 16 Sep 2011 21:21:02 +0100 (BST) In-Reply-To: <8762ksi7dk.fsf@dod.no> 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 Take a look at the org-clock-into-drawer and org-log-into-drawer variables: http://orgmode.org/manual/Clocking-commands.html http://orgmode.org/manual/Tracking-TODO-state-changes.html Does this do what you want? Stuart On 09/16/2011 09:01 PM, Steinar Bang wrote: > For one particular long running TODO, I have to scroll over several > (well... more than one) screen pages of time stamps until I get to the > payload. > > Is it possible to let the time stamps be collapsed/hidden by default, > and only toggle them visible if I need to adjust a time stamp or two? > > Thanks! > > > - Steinar > > -- Stuart Hickinbottom