From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Maillard Subject: Re: Notes and Clock entries Date: Tue, 18 Aug 2009 07:55:00 +0200 Message-ID: <873a7pekej.wl%xma@gnu.org> References: <87eirqnzeo.fsf@noorul.maa.corp.collab.net> <877hxib7pz.fsf@gimli.intra.norang.ca> Reply-To: Xavier Maillard Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdHei-0002Nq-IX for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 01:54:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdHed-0002Ix-Pl for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 01:54:48 -0400 Received: from [199.232.76.173] (port=50503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdHed-0002Im-Ek for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 01:54:43 -0400 Received: from lo.gmane.org ([80.91.229.12]:49767) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdHec-0001qI-Fv for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 01:54:43 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MdHea-0006lf-5O for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 07:54:40 +0200 Received: from cha51-2-82-244-211-40.fbx.proxad.net ([82.244.211.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Aug 2009 07:54:40 +0200 Received: from xma by cha51-2-82-244-211-40.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Aug 2009 07:54:40 +0200 In-Reply-To: <877hxib7pz.fsf@gimli.intra.norang.ca> 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 Cc: emacs-orgmode@gnu.org At Wed, 05 Aug 2009 11:28:40 -0400, Bernt Hansen wrote: > > 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. Mine says this: org-clock-into-drawer's value is t Documentation: Should clocking info be wrapped into a drawer? When t, clocking info will always be inserted into a :CLOCK: drawer. If necessary, the drawer will be created. When nil, the drawer will not be created, but used when present. When an integer and the number of clocking entries in an item reaches or exceeds this number, a drawer will be created. alas with my current version (6.21), it still spreads clock items everywhere. Is it something known ? Should I update my orgmode copy ? Thanks Xavier