From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Notes and Clock entries Date: Wed, 05 Aug 2009 11:28:40 -0400 Message-ID: <877hxib7pz.fsf@gimli.intra.norang.ca> References: <87eirqnzeo.fsf@noorul.maa.corp.collab.net> 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 1MYiOC-0001t7-VO for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 11:26:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYiO9-0001rF-BN for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 11:26:52 -0400 Received: from [199.232.76.173] (port=60993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYiO9-0001r8-5Q for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 11:26:49 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:54489) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MYiO8-00040I-Mx for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 11:26:48 -0400 In-Reply-To: <87eirqnzeo.fsf@noorul.maa.corp.collab.net> (Noorul Islam K. M.'s message of "Wed\, 05 Aug 2009 19\:19\:51 +0530") 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: Noorul Islam K M Cc: emacs-orgmode@gnu.org Noorul Islam K M writes: > Please take a look at the below org file. Initially I created the TODO > item and then clocked in and out. Then inserted a note. Followed by some > clock ins and outs. Everything is organized from top to bottom as we > enter items. Earlier I remember the clock entries were grouped and > always appeared at the top but now it is cluttered. I am using the > latest version from git repo. Is this the expected behavior or am I > missing something by which I can group all the clock entries into a > group at the top or bottom? Also I remember that I was able to hide > entire clock entries. Take a look at the variable org-clock-into-drawer. This saves your clock entries in a :LOGBOOK: drawer which you can expand or hide. -Bernt