From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: "CLOCKS" drawer not behaving like a drawer on Windows emacs 23.2 (Was: Collapsing tracked time?) Date: Wed, 30 Nov 2011 13:24:15 +0100 Message-ID: References: <8762ksi7dk.fsf@dod.no> <4E73AFAE.9070106@hickinbottom.com> <87pqiz8t1h.fsf@dod.no> <87sjnv8lux.fsf@rat.lan> <87fwjv9bro.fsf@dod.no> <8762i73osd.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVjDk-0002f4-GQ for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 07:25:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVjDY-0007ed-OQ for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 07:25:04 -0500 Received: from lo.gmane.org ([80.91.229.12]:53823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVjDY-0007bi-8q for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 07:24:52 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RVjDC-0001jM-T3 for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 13:24:30 +0100 Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Nov 2011 13:24:30 +0100 Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Nov 2011 13:24:30 +0100 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 >>>>> Steinar Bang : >>>>> Olaf Dietsche : >> [snip!] >>> You can also set org-clock-into-drawer to a string (e.g. "CLOCKS"), >>> then this string is used instead of "LOGBOOK". > Actually I tried doing it, but since the variable wasn't available, I > thought I needed a newer version of org-mode, than the one that comes > with emacs 23. > But it turns out that I just needed to load-library `org-clock' before > I could customize the variable, and then set to to "CLOCKS" (without > the quotes). And when clocking in on an item, a ":CLOCKS:" drawer is created under that item. However the "CLOCKS" drawer doesn't behave like a real drawer on emacs 23.2 on Windows: - The ":CLOCKS:..." string is plain black, and not the purple of the :LOGBOOK: drawer (and presumably other drawers) - Pressing `TAB' doesn't open and close the drawer - Closing and reopening the item, shows the contents of the drawer, but the drawer can't be collapsed with `TAB' I tried installing org-mode 7.7 on the machine, but the "CLOCKS" behaviour was the same there. Anyone have any idea how to fix this? Thanks! - Steinar